Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2203 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &phytest)) { in tg3_phy_fet_toggle_apd()
2206 tg3_writephy(tp, MII_TG3_FET_TEST, in tg3_phy_fet_toggle_apd()
2215 tg3_writephy(tp, MII_TG3_FET_TEST, phytest); in tg3_phy_fet_toggle_apd()
2261 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &ephy)) { in tg3_phy_toggle_automdix()
2264 tg3_writephy(tp, MII_TG3_FET_TEST, in tg3_phy_toggle_automdix()
2273 tg3_writephy(tp, MII_TG3_FET_TEST, ephy); in tg3_phy_toggle_automdix()
3084 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &phytest)) { in tg3_power_down_phy()
3091 tg3_writephy(tp, MII_TG3_FET_TEST, in tg3_power_down_phy()
3099 tg3_writephy(tp, MII_TG3_FET_TEST, phytest); in tg3_power_down_phy()
H A Dtg3.h2403 #define MII_TG3_FET_TEST 0x1f macro