Home
last modified time | relevance | path

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

/drivers/net/
Dtg3.c788 (reg == MII_TG3_CTRL || reg == MII_TG3_AUX_CTRL)) in tg3_writephy()
1726 if (tg3_readphy(tp, MII_TG3_CTRL, &phy9_orig)) in tg3_phy_reset_5703_4_5()
1729 tg3_writephy(tp, MII_TG3_CTRL, in tg3_phy_reset_5703_4_5()
1764 tg3_writephy(tp, MII_TG3_CTRL, phy9_orig); in tg3_phy_reset_5703_4_5()
2488 tg3_writephy(tp, MII_TG3_CTRL, 0); in tg3_phy_copper_begin()
2528 tg3_writephy(tp, MII_TG3_CTRL, new_adv); in tg3_phy_copper_begin()
2530 tg3_writephy(tp, MII_TG3_CTRL, 0); in tg3_phy_copper_begin()
2565 tg3_writephy(tp, MII_TG3_CTRL, new_adv); in tg3_phy_copper_begin()
2672 if (tg3_readphy(tp, MII_TG3_CTRL, &tg3_ctrl)) in tg3_copper_is_advertising_all()
11265 tg3_writephy(tp, MII_TG3_CTRL, tg3_ctrl); in tg3_phy_probe()
[all …]
Dtg3.h1862 #define MII_TG3_CTRL 0x09 /* 1000-baseT control register */ macro