Searched refs:MII_TG3_EXT_CTRL (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 2564 if (tg3_readphy(tp, MII_TG3_EXT_CTRL, ®32)) in tg3_phy_reset_5703_4_5() 2568 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5() 2606 err = tg3_readphy(tp, MII_TG3_EXT_CTRL, ®32); in tg3_phy_reset_5703_4_5() 2611 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5() 2755 if (!tg3_readphy(tp, MII_TG3_EXT_CTRL, &val)) in tg3_phy_reset() 2756 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_phy_reset() 3107 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_power_down_phy() 4855 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_setup_copper_phy() 4858 tg3_writephy(tp, MII_TG3_EXT_CTRL, 0); in tg3_setup_copper_phy() 8245 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_phy_lpbk_set()
|
D | tg3.h | 2272 #define MII_TG3_EXT_CTRL 0x10 /* Extended control register */ macro
|