Searched defs:mdio_write (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c280 /* Support function: mdio_write
286 static int mdio_write(int phy_id, int location, int value) function
297 printf(" mdio_write() timed out with val = %X.\n", val);
698 mdio_write(eeprom[6] & 0x1f, 23, mdi_reg23);
702 mdio_write(eeprom[6] & 0x1f, 0,
H A Dr8169.c327 void mdio_write(int RegAddr, int value) function
776 mdio_write(PHY_AUTO_NEGO_REG,
778 mdio_write(PHY_1000_CTRL_REG, Cap1000);
784 mdio_write(PHY_AUTO_NEGO_REG,
790 mdio_write(PHY_1000_CTRL_REG, PHY_Cap_1000_Full);
795 mdio_write(PHY_CTRL_REG,
H A Dsundance.c311 static void mdio_write(struct nic *nic, int phy_id, unsigned int location,
698 mdio_write(nic, sdc->phys[0], MII_BMCR, mii_ctl);
837 mdio_write(struct nic *nic __unused, int phy_id, function
H A Dtulip.c480 static void mdio_write(struct nic *nic, int phy_id, int location, int value);
627 void mdio_write(struct nic *nic __unused, int phy_id, int location, int value) function
634 whereami("mdio_write\n");
1471 mdio_write(nic, phy, 4, to_advert);
1474 mdio_write(nic, phy, 0, mii_reg0 |
1863 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise);

Completed in 37 milliseconds