Symbol: mdio_read
usr/src/grub/grub-0.97/netboot/eepro100.c
693
int mdi_reg23 = mdio_read(eeprom[6] & 0x1f, 23) | 0x0422;
usr/src/grub/grub-0.97/netboot/eepro100.c
729
mdio_read(eeprom[6] & 0x1f, 1);
usr/src/grub/grub-0.97/netboot/eepro100.c
734
if (!(mdio_read(eeprom[6] & 0x1f, 1) & (1 << 2))) {
usr/src/grub/grub-0.97/netboot/natsemi.c
215
static int mdio_read(int phy_id, int location);
usr/src/grub/grub-0.97/netboot/natsemi.c
293
advertising = mdio_read(1, 4);
usr/src/grub/grub-0.97/netboot/pcnet32.c
280
static int mdio_read(struct nic *nic __unused, int phy_id, int reg_num);
usr/src/grub/grub-0.97/netboot/pcnet32.c
914
int mii_status = mdio_read(nic, phy, MII_BMSR);
usr/src/grub/grub-0.97/netboot/pcnet32.c
918
mdio_read(nic, phy, MII_ADVERTISE);
usr/src/grub/grub-0.97/netboot/pcnet32.c
932
mdio_read(nic, lp->phys[0], MII_ADVERTISE);
usr/src/grub/grub-0.97/netboot/pcnet32.c
934
mii_lpa = mdio_read(nic, lp->phys[0], MII_LPA);
usr/src/grub/grub-0.97/netboot/r8169.c
744
int val = mdio_read(PHY_AUTO_NEGO_REG);
usr/src/grub/grub-0.97/netboot/r8169.c
802
if (mdio_read(PHY_STAT_REG) & PHY_Auto_Neco_Comp) {
usr/src/grub/grub-0.97/netboot/sundance.c
310
static int mdio_read(struct nic *nic, int phy_id, unsigned int location);
usr/src/grub/grub-0.97/netboot/sundance.c
317
int mii_lpa = mdio_read(nic, sdc->phys[0], MII_LPA);
usr/src/grub/grub-0.97/netboot/sundance.c
634
int mii_status = mdio_read(nic, phy, MII_BMSR);
usr/src/grub/grub-0.97/netboot/sundance.c
638
mdio_read(nic, phy, MII_ADVERTISE);
usr/src/grub/grub-0.97/netboot/sundance.c
713
mdio_read(nic, sdc->phys[0], MII_ADVERTISE);
usr/src/grub/grub-0.97/netboot/sundance.c
714
mii_lpa = mdio_read(nic, sdc->phys[0], MII_LPA);
usr/src/grub/grub-0.97/netboot/sundance.c
725
mii_ctl = mdio_read(nic, sdc->phys[0], MII_BMCR);
usr/src/grub/grub-0.97/netboot/tulip.c
1450
int mii_status = mdio_read(nic, phy, 1);
usr/src/grub/grub-0.97/netboot/tulip.c
1453
int mii_reg0 = mdio_read(nic, phy, 0);
usr/src/grub/grub-0.97/netboot/tulip.c
1454
int mii_advert = mdio_read(nic, phy, 4);
usr/src/grub/grub-0.97/netboot/tulip.c
1645
tp->nic_name, tp->phys[0], mdio_read(nic, tp->phys[0], 1));
usr/src/grub/grub-0.97/netboot/tulip.c
1973
bmsr = mdio_read(nic, tp->phys[0], 1);
usr/src/grub/grub-0.97/netboot/tulip.c
1974
lpa = mdio_read(nic, tp->phys[0], 5);
usr/src/grub/grub-0.97/netboot/tulip.c
1985
int new_bmsr = mdio_read(nic, tp->phys[0], 1);
usr/src/grub/grub-0.97/netboot/tulip.c
479
static int mdio_read(struct nic *nic, int phy_id, int location);
usr/src/grub/grub-0.97/netboot/w89c840.c
265
static int mdio_read(int base_address, int phy_id, int location);
usr/src/grub/grub-0.97/netboot/w89c840.c
677
int mii_status = mdio_read(ioaddr, phy, 1);
usr/src/grub/grub-0.97/netboot/w89c840.c
680
w840private.advertising = mdio_read(ioaddr, phy, 4);
usr/src/grub/grub-0.97/netboot/w89c840.c
858
int mii_reg5 = mdio_read(ioaddr, w840private.phys[0], 5);
usr/src/uts/common/io/chxge/com/cphy.h
101
return cphy->mdio_read(cphy->adapter, cphy->addr, mmd, reg, valp);
usr/src/uts/common/io/chxge/com/cphy.h
113
return mdio_read(cphy, 0, reg, valp);
usr/src/uts/common/io/chxge/com/cphy.h
131
phy->mdio_read = mdio_ops->read;
usr/src/uts/common/io/chxge/com/cphy.h
90
int (*mdio_read)(adapter_t *adapter, int phy_addr, int mmd_addr,
usr/src/uts/common/io/chxge/com/mv88x201x.c
112
(void) mdio_read(cphy, 0x1, 0x9003, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
113
(void) mdio_read(cphy, 0x1, 0x9004, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
114
(void) mdio_read(cphy, 0x1, 0x9005, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
119
(void) mdio_read(cphy, 0x1, 0x1, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
123
(void) mdio_read(cphy, 0x1, 0x1, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
125
(void) mdio_read(cphy, 0x1, 0x9005, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
129
(void) mdio_read(cphy, 0x1, 0x9003, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
130
(void) mdio_read(cphy, 0x1, 0x9004, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
167
(void) mdio_read(cphy, 0x1, 0x1, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
228
(void) mdio_read(cphy, 0x3, 0x8300, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
232
(void) mdio_read(cphy, 0x1, 0x8, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
233
(void) mdio_read(cphy, 0x3, 0x8, &val);
usr/src/uts/common/io/chxge/com/mv88x201x.c
51
(void) mdio_read(cphy, 0x1, 0x7, &led);
usr/src/uts/common/io/chxge/com/my3126.c
143
(void) mdio_read(cphy, 0x1, 0x1, &val);
usr/src/uts/common/io/chxge/com/my3126.c
84
(void) mdio_read(cphy, 0x1, 0x1, &val);
usr/src/uts/common/io/chxge/com/xpak.c
118
cphy->mdio_read = mdio_ops->read;