Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c2206 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &phytest)) { in tg3_phy_fet_toggle_apd()
2209 tg3_writephy(tp, MII_TG3_FET_TEST, in tg3_phy_fet_toggle_apd()
2218 tg3_writephy(tp, MII_TG3_FET_TEST, phytest); in tg3_phy_fet_toggle_apd()
2264 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &ephy)) { in tg3_phy_toggle_automdix()
2267 tg3_writephy(tp, MII_TG3_FET_TEST, in tg3_phy_toggle_automdix()
2276 tg3_writephy(tp, MII_TG3_FET_TEST, ephy); in tg3_phy_toggle_automdix()
3087 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &phytest)) { in tg3_power_down_phy()
3094 tg3_writephy(tp, MII_TG3_FET_TEST, in tg3_power_down_phy()
3102 tg3_writephy(tp, MII_TG3_FET_TEST, phytest); in tg3_power_down_phy()
Dtg3.h2386 #define MII_TG3_FET_TEST 0x1f macro