Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c2021 mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_adjust_link()
2039 mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_adjust_link()
4141 mac_mode = MAC_MODE_PORT_MODE_GMII; in tg3_power_down_prepare()
4145 mac_mode = MAC_MODE_PORT_MODE_GMII; in tg3_power_down_prepare()
4985 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
4989 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
5403 tw32_f(MAC_MODE, tmp | MAC_MODE_PORT_MODE_GMII); in fiber_autoneg()
5818 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
5823 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
5846 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
[all …]
Dtg3.h382 #define MAC_MODE_PORT_MODE_GMII 0x00000008 macro