Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c856 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
861 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
864 tp->mac_mode |= MAC_MODE_LINK_POLARITY; in tg3_setup_copper_phy()
1347 tp->mac_mode &= ~MAC_MODE_LINK_POLARITY; in tg3_setup_fiber_phy()
1389 tw32_carefully(MAC_MODE, tp->mac_mode | MAC_MODE_LINK_POLARITY); in tg3_setup_fiber_phy()
Dtg3.h364 #define MAC_MODE_LINK_POLARITY 0x00000400 macro