Searched refs:mdio_write (Results 1 - 3 of 3) sorted by relevance

/external/grub/netboot/
H A Deepro100.c271 /* Support function: mdio_write
277 static int mdio_write(int phy_id, int location, int value) function
288 printf(" mdio_write() timed out with val = %X.\n", val);
598 mdio_write(eeprom[6] & 0x1f, 23, mdi_reg23);
602 mdio_write(eeprom[6] & 0x1f, 0,
H A Dw89c840.c274 static void mdio_write(int base_address, int phy_id, int location, int value);
817 static void mdio_write(int base_address, int phy_id, int location, int value) function
H A Dtulip.c481 static void mdio_write(struct nic *nic, int phy_id, int location, int value);
633 void mdio_write(struct nic *nic, int phy_id, int location, int value)
640 whereami("mdio_write\n");
1451 mdio_write(nic, phy, 4, to_advert);
1454 mdio_write(nic, phy, 0, mii_reg0 |
1843 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise);
629 void mdio_write(struct nic *nic, int phy_id, int location, int value) function

Completed in 87 milliseconds