Symbol: TLan_MiiReadReg
usr/src/grub/grub-0.97/netboot/tlan.c
102
static int TLan_MiiReadReg(struct nic *nic __unused, u16, u16, u16 *);
usr/src/grub/grub-0.97/netboot/tlan.c
1443
TLan_MiiReadReg(nic, TLAN_PHY_MAX_ADDR, MII_GEN_ID_HI, &hi);
usr/src/grub/grub-0.97/netboot/tlan.c
1453
TLan_MiiReadReg(nic, phy, MII_GEN_CTL, &control);
usr/src/grub/grub-0.97/netboot/tlan.c
1454
TLan_MiiReadReg(nic, phy, MII_GEN_ID_HI, &hi);
usr/src/grub/grub-0.97/netboot/tlan.c
1455
TLan_MiiReadReg(nic, phy, MII_GEN_ID_LO, &lo);
usr/src/grub/grub-0.97/netboot/tlan.c
1535
TLan_MiiReadReg(nic, phy, MII_GEN_CTL, &value);
usr/src/grub/grub-0.97/netboot/tlan.c
1537
TLan_MiiReadReg(nic, phy, MII_GEN_CTL, &value);
usr/src/grub/grub-0.97/netboot/tlan.c
1563
TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
usr/src/grub/grub-0.97/netboot/tlan.c
1564
TLan_MiiReadReg(nic, phy, MII_GEN_STS, &ability);
usr/src/grub/grub-0.97/netboot/tlan.c
1618
TLan_MiiReadReg(nic, phy, TLAN_TLPHY_CTL, &tctl);
usr/src/grub/grub-0.97/netboot/tlan.c
1656
TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
usr/src/grub/grub-0.97/netboot/tlan.c
1658
TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
usr/src/grub/grub-0.97/netboot/tlan.c
1681
TLan_MiiReadReg(nic, phy, MII_AN_ADV, &an_adv);
usr/src/grub/grub-0.97/netboot/tlan.c
1682
TLan_MiiReadReg(nic, phy, MII_AN_LPA, &an_lpa);
usr/src/grub/grub-0.97/netboot/tlan.c
1758
TLan_MiiReadReg(nic, phy, MII_GEN_STS, &phy_status);
usr/src/grub/grub-0.97/netboot/tlan.c
438
TLan_MiiReadReg(nic, phy, MII_GEN_ID_HI, &tlphy_id1);
usr/src/grub/grub-0.97/netboot/tlan.c
439
TLan_MiiReadReg(nic, phy, MII_GEN_ID_LO, &tlphy_id2);
usr/src/grub/grub-0.97/netboot/tlan.c
446
TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
usr/src/grub/grub-0.97/netboot/tlan.c
448
TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
usr/src/grub/grub-0.97/netboot/tlan.c
452
TLan_MiiReadReg(nic, phy, MII_AN_LPA, &partner);
usr/src/grub/grub-0.97/netboot/tlan.c
453
TLan_MiiReadReg(nic, phy, TLAN_TLPHY_PAR,
usr/src/grub/grub-0.97/netboot/tlan.c
494
TLan_MiiReadReg(nic, phy, TLAN_TLPHY_CTL, &tlphy_ctl);