Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/
Dtg3.c2024 mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_adjust_link()
2042 mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_adjust_link()
4135 mac_mode = MAC_MODE_PORT_MODE_GMII; in tg3_power_down_prepare()
4139 mac_mode = MAC_MODE_PORT_MODE_GMII; in tg3_power_down_prepare()
4990 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
4994 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
5408 tw32_f(MAC_MODE, tmp | MAC_MODE_PORT_MODE_GMII); in fiber_autoneg()
5825 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
5830 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
5853 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
[all …]
Dtg3.h378 #define MAC_MODE_PORT_MODE_GMII 0x00000008 macro