Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c264 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x7007); in tg3_phy_set_wirespeed()
265 tg3_readphy(tp, MII_TG3_AUX_CTRL, &val); in tg3_phy_set_wirespeed()
266 tg3_writephy(tp, MII_TG3_AUX_CTRL, (val | (1 << 15) | (1 << 4))); in tg3_phy_set_wirespeed()
434 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0c00); in tg3_phy_reset_5703_4_5()
455 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0400); in tg3_phy_reset_5703_4_5()
659 err = tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0c20); in tg3_init_5401phy_dsp()
684 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x02); in tg3_setup_copper_phy()
2508 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0c00); in tg3_phy_probe()
H A Dtg3.h1596 #define MII_TG3_AUX_CTRL 0x18 /* auxilliary control register */ macro