Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2561 if (tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32)) in tg3_phy_reset_5703_4_5()
2565 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5()
2603 err = tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32); in tg3_phy_reset_5703_4_5()
2608 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5()
2752 if (!tg3_readphy(tp, MII_TG3_EXT_CTRL, &val)) in tg3_phy_reset()
2753 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_phy_reset()
3104 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_power_down_phy()
4862 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_setup_copper_phy()
4865 tg3_writephy(tp, MII_TG3_EXT_CTRL, 0); in tg3_setup_copper_phy()
8275 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_phy_lpbk_set()
H A Dtg3.h2289 #define MII_TG3_EXT_CTRL 0x10 /* Extended control register */ macro