HomeSort by relevance Sort by last modified time
    Searched refs:mdio_write (Results 1 - 3 of 3) sorted by null

  /external/grub/netboot/
eepro100.c 271 /* 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,
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) function
tulip.c 481 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");
629 void mdio_write(struct nic *nic, int phy_id, int location, int value) function
    [all...]

Completed in 2024 milliseconds