Home
last modified time | relevance | path

Searched refs:MAC_MODE_LINK_POLARITY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c836 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
841 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
844 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
1327 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_setup_fiber_phy()
1369 tw32_carefully(MAC_MODE, tp->mac_mode | MAC_MODE_LINK_POLARITY); in tg3_setup_fiber_phy()
H A Dtg3.h450 #define MAC_MODE_LINK_POLARITY 0x00000400 macro