Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c842 tp->mac_mode &= ~MAC_MODE_PORT_MODE_MASK; in tg3_setup_copper_phy()
846 tp->mac_mode |= MAC_MODE_PORT_MODE_MII; in tg3_setup_copper_phy()
848 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
850 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
852 tp->mac_mode &= ~MAC_MODE_HALF_DUPLEX; in tg3_setup_copper_phy()
854 tp->mac_mode |= MAC_MODE_HALF_DUPLEX; in tg3_setup_copper_phy()
856 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()
878 tw32_carefully(MAC_MODE, tp->mac_mode); in tg3_setup_copper_phy()
[all …]
Dtg3.h2008 uint32_t mac_mode; member