Symbol: TLan_MiiWriteReg
usr/src/grub/grub-0.97/netboot/tlan.c
105
static void TLan_MiiWriteReg(struct nic *nic __unused, u16, u16, u16);
usr/src/grub/grub-0.97/netboot/tlan.c
1485
TLan_MiiWriteReg(nic, priv->phy[priv->phyNum], MII_GEN_CTL, value);
usr/src/grub/grub-0.97/netboot/tlan.c
1491
TLan_MiiWriteReg(nic, priv->phy[1], MII_GEN_CTL, value);
usr/src/grub/grub-0.97/netboot/tlan.c
1512
TLan_MiiWriteReg(nic, priv->phy[priv->phyNum], MII_GEN_CTL, value);
usr/src/grub/grub-0.97/netboot/tlan.c
1534
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, value);
usr/src/grub/grub-0.97/netboot/tlan.c
1570
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, 0x0000);
usr/src/grub/grub-0.97/netboot/tlan.c
1574
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, 0x0100);
usr/src/grub/grub-0.97/netboot/tlan.c
1577
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, 0x2000);
usr/src/grub/grub-0.97/netboot/tlan.c
1581
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, 0x2100);
usr/src/grub/grub-0.97/netboot/tlan.c
1585
TLan_MiiWriteReg(nic, phy, MII_AN_ADV,
usr/src/grub/grub-0.97/netboot/tlan.c
1588
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, 0x1000);
usr/src/grub/grub-0.97/netboot/tlan.c
1590
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, 0x1200);
usr/src/grub/grub-0.97/netboot/tlan.c
1631
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, control);
usr/src/grub/grub-0.97/netboot/tlan.c
1632
TLan_MiiWriteReg(nic, phy, TLAN_TLPHY_CTL, tctl);
usr/src/grub/grub-0.97/netboot/tlan.c
1709
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL,
usr/src/grub/grub-0.97/netboot/tlan.c
1714
TLan_MiiWriteReg(nic, phy, MII_GEN_CTL,
usr/src/grub/grub-0.97/netboot/tlan.c
496
TLan_MiiWriteReg(nic, phy, TLAN_TLPHY_CTL, tlphy_ctl);