Searched refs:mdio_write (Results 1 – 3 of 3) sorted by relevance
/external/grub/netboot/ |
D | eepro100.c | 277 static int mdio_write(int phy_id, int location, int value) in mdio_write() function 598 mdio_write(eeprom[6] & 0x1f, 23, mdi_reg23); in eepro100_probe() 602 mdio_write(eeprom[6] & 0x1f, 0, in eepro100_probe()
|
D | tulip.c | 479 static void mdio_write(struct nic *nic, int phy_id, int location, int value); 629 void mdio_write(struct nic *nic, int phy_id, int location, int value) in mdio_write() function 1439 mdio_write(nic, phy, 4, to_advert); in start_link() 1442 mdio_write(nic, phy, 0, mii_reg0 | in start_link() 1831 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise); in select_media()
|
D | w89c840.c | 274 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) in mdio_write() function
|