Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c272 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x7007); in tg3_phy_set_wirespeed()
273 tg3_readphy(tp, MII_TG3_AUX_CTRL, &val); in tg3_phy_set_wirespeed()
274 tg3_writephy(tp, MII_TG3_AUX_CTRL, (val | (1 << 15) | (1 << 4))); in tg3_phy_set_wirespeed()
442 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0c00); in tg3_phy_reset_5703_4_5()
463 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0400); in tg3_phy_reset_5703_4_5()
678 err = tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0c20); in tg3_init_5401phy_dsp()
704 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x02); in tg3_setup_copper_phy()
2592 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0c00); in tg3_phy_probe()
Dtg3.h1521 #define MII_TG3_AUX_CTRL 0x18 /* auxilliary control register */ macro