Symbol: mdio_write
usr/src/grub/grub-0.97/netboot/eepro100.c
698
mdio_write(eeprom[6] & 0x1f, 23, mdi_reg23);
usr/src/grub/grub-0.97/netboot/eepro100.c
702
mdio_write(eeprom[6] & 0x1f, 0,
usr/src/grub/grub-0.97/netboot/pcnet32.c
282
static void mdio_write(struct nic *nic __unused, int phy_id, int reg_num,
usr/src/grub/grub-0.97/netboot/r8169.c
776
mdio_write(PHY_AUTO_NEGO_REG,
usr/src/grub/grub-0.97/netboot/r8169.c
778
mdio_write(PHY_1000_CTRL_REG, Cap1000);
usr/src/grub/grub-0.97/netboot/r8169.c
784
mdio_write(PHY_AUTO_NEGO_REG,
usr/src/grub/grub-0.97/netboot/r8169.c
790
mdio_write(PHY_1000_CTRL_REG, PHY_Cap_1000_Full);
usr/src/grub/grub-0.97/netboot/r8169.c
795
mdio_write(PHY_CTRL_REG,
usr/src/grub/grub-0.97/netboot/sundance.c
311
static void mdio_write(struct nic *nic, int phy_id, unsigned int location,
usr/src/grub/grub-0.97/netboot/sundance.c
698
mdio_write(nic, sdc->phys[0], MII_BMCR, mii_ctl);
usr/src/grub/grub-0.97/netboot/tulip.c
1471
mdio_write(nic, phy, 4, to_advert);
usr/src/grub/grub-0.97/netboot/tulip.c
1474
mdio_write(nic, phy, 0, mii_reg0 |
usr/src/grub/grub-0.97/netboot/tulip.c
1863
mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise);
usr/src/grub/grub-0.97/netboot/tulip.c
480
static void mdio_write(struct nic *nic, int phy_id, int location, int value);
usr/src/grub/grub-0.97/netboot/w89c840.c
267
static void mdio_write(int base_address, int phy_id, int location, int value);
usr/src/uts/common/io/chxge/com/cphy.h
107
return cphy->mdio_write(cphy->adapter, cphy->addr, mmd, reg, val);
usr/src/uts/common/io/chxge/com/cphy.h
119
return mdio_write(cphy, 0, reg, val);
usr/src/uts/common/io/chxge/com/cphy.h
132
phy->mdio_write = mdio_ops->write;
usr/src/uts/common/io/chxge/com/cphy.h
92
int (*mdio_write)(adapter_t *adapter, int phy_addr, int mmd_addr,
usr/src/uts/common/io/chxge/com/mv88x201x.c
229
(void) mdio_write(cphy, 0x3, 0x8300, val | 1);
usr/src/uts/common/io/chxge/com/mv88x201x.c
42
(void) mdio_write(cphy, 0x3, 0x8304, 0xdddd);
usr/src/uts/common/io/chxge/com/mv88x201x.c
55
(void) mdio_write(cphy, 0x1, 0x7, led);
usr/src/uts/common/io/chxge/com/mv88x201x.c
58
(void) mdio_write(cphy, 0x1, 0x7, led);
usr/src/uts/common/io/chxge/com/mv88x201x.c
76
(void) mdio_write(cphy, 0x1, 0x9002, 0x1);
usr/src/uts/common/io/chxge/com/mv88x201x.c
92
(void) mdio_write(cphy, 0x1, 0x9002, 0x0);
usr/src/uts/common/io/chxge/com/xpak.c
119
cphy->mdio_write = mdio_ops->write;