Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c428 tg3_readphy(tp, MII_TG3_CTRL, &phy9_orig); in tg3_phy_reset_5703_4_5()
429 tg3_writephy(tp, MII_TG3_CTRL, in tg3_phy_reset_5703_4_5()
457 tg3_writephy(tp, MII_TG3_CTRL, phy9_orig); in tg3_phy_reset_5703_4_5()
644 tg3_writephy(tp, MII_TG3_CTRL, new_adv); in tg3_phy_copper_begin()
646 tg3_writephy(tp, MII_TG3_CTRL, 0); in tg3_phy_copper_begin()
781 tg3_readphy(tp, MII_TG3_CTRL, &gig_ctrl); in tg3_setup_copper_phy()
2502 err |= tg3_writephy(tp, MII_TG3_CTRL, mii_tg3_ctrl); in tg3_phy_probe()
H A Dtg3.h1579 #define MII_TG3_CTRL 0x09 /* 1000-baseT control register */ macro