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

  /external/grub/netboot/
w89c840.c 273 static int mdio_read(int base_address, int phy_id, int location);
671 int mii_status = mdio_read(ioaddr, phy, 1);
674 w840private.advertising = mdio_read(ioaddr, phy, 4);
788 static int mdio_read(int base_address, int phy_id, int location) function
850 int mii_reg5 = mdio_read(ioaddr, w840private.phys[0], 5);
natsemi.c 223 static int mdio_read(int phy_id, int location);
296 advertising = mdio_read(1, 4);
391 static int mdio_read(int phy_id, int location)
390 static int mdio_read(int phy_id, int location) function
tulip.c 480 static int mdio_read(struct nic *nic, int phy_id, int location);
572 int mdio_read(struct nic *nic, int phy_id, int location)
580 whereami("mdio_read\n");
568 int mdio_read(struct nic *nic, int phy_id, int location) function
    [all...]
eepro100.c 294 /* Support function: mdio_read
299 static int mdio_read(int phy_id, int location) function
308 printf( " mdio_read() timed out with val = %X.\n", val);
593 int mdi_reg23 = mdio_read(eeprom[6] & 0x1f, 23) | 0x0422;

Completed in 272 milliseconds