Symbol: tg3_readphy
usr/src/grub/grub-0.97/netboot/tg3.c
2453
err = tg3_readphy(tp, MII_PHYSID1, &hw_phy_id_1);
usr/src/grub/grub-0.97/netboot/tg3.c
2454
err |= tg3_readphy(tp, MII_PHYSID2, &hw_phy_id_2);
usr/src/grub/grub-0.97/netboot/tg3.c
265
tg3_readphy(tp, MII_TG3_AUX_CTRL, &val);
usr/src/grub/grub-0.97/netboot/tg3.c
284
err = tg3_readphy(tp, MII_BMCR, &phy_control);
usr/src/grub/grub-0.97/netboot/tg3.c
307
tg3_readphy(tp, 0x16, &tmp32);
usr/src/grub/grub-0.97/netboot/tg3.c
361
tg3_readphy(tp, MII_TG3_DSP_RW_PORT, &low);
usr/src/grub/grub-0.97/netboot/tg3.c
362
tg3_readphy(tp, MII_TG3_DSP_RW_PORT, &high);
usr/src/grub/grub-0.97/netboot/tg3.c
419
tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32);
usr/src/grub/grub-0.97/netboot/tg3.c
428
tg3_readphy(tp, MII_TG3_CTRL, &phy9_orig);
usr/src/grub/grub-0.97/netboot/tg3.c
459
tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32);
usr/src/grub/grub-0.97/netboot/tg3.c
474
err = tg3_readphy(tp, MII_BMSR, &phy_status);
usr/src/grub/grub-0.97/netboot/tg3.c
475
err |= tg3_readphy(tp, MII_BMSR, &phy_status);
usr/src/grub/grub-0.97/netboot/tg3.c
693
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
694
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
700
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
701
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
711
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
714
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
741
tg3_readphy(tp, MII_TG3_ISTAT, &dummy);
usr/src/grub/grub-0.97/netboot/tg3.c
742
tg3_readphy(tp, MII_TG3_ISTAT, &dummy);
usr/src/grub/grub-0.97/netboot/tg3.c
754
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
755
tg3_readphy(tp, MII_BMSR, &bmsr);
usr/src/grub/grub-0.97/netboot/tg3.c
760
tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat);
usr/src/grub/grub-0.97/netboot/tg3.c
763
tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat);
usr/src/grub/grub-0.97/netboot/tg3.c
771
tg3_readphy(tp, MII_BMCR, &bmcr);
usr/src/grub/grub-0.97/netboot/tg3.c
772
tg3_readphy(tp, MII_BMCR, &bmcr);
usr/src/grub/grub-0.97/netboot/tg3.c
781
tg3_readphy(tp, MII_TG3_CTRL, &gig_ctrl);
usr/src/grub/grub-0.97/netboot/tg3.c
795
tg3_readphy(tp, MII_ADVERTISE, &local_adv);
usr/src/grub/grub-0.97/netboot/tg3.c
798
tg3_readphy(tp, MII_LPA, &remote_adv);
usr/src/grub/grub-0.97/netboot/tg3.c
816
tg3_readphy(tp, MII_BMSR, &tmp);
usr/src/grub/grub-0.97/netboot/tg3.c
817
tg3_readphy(tp, MII_BMSR, &tmp);