Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c436 tg3_readphy(tp, MII_TG3_CTRL, &phy9_orig); in tg3_phy_reset_5703_4_5()
437 tg3_writephy(tp, MII_TG3_CTRL, in tg3_phy_reset_5703_4_5()
465 tg3_writephy(tp, MII_TG3_CTRL, phy9_orig); in tg3_phy_reset_5703_4_5()
663 tg3_writephy(tp, MII_TG3_CTRL, new_adv); in tg3_phy_copper_begin()
665 tg3_writephy(tp, MII_TG3_CTRL, 0); in tg3_phy_copper_begin()
801 tg3_readphy(tp, MII_TG3_CTRL, &gig_ctrl); in tg3_setup_copper_phy()
2586 err |= tg3_writephy(tp, MII_TG3_CTRL, mii_tg3_ctrl); in tg3_phy_probe()
Dtg3.h1504 #define MII_TG3_CTRL 0x09 /* 1000-baseT control register */ macro