Home
last modified time | relevance | path

Searched refs:mdio_read (Results 1 – 4 of 4) sorted by relevance

/external/grub/netboot/
Dw89c840.c273 static int mdio_read(int base_address, int phy_id, int location);
671 int mii_status = mdio_read(ioaddr, phy, 1); in w89c840_probe()
674 w840private.advertising = mdio_read(ioaddr, phy, 4); in w89c840_probe()
788 static int mdio_read(int base_address, int phy_id, int location) in mdio_read() function
850 int mii_reg5 = mdio_read(ioaddr, w840private.phys[0], 5); in check_duplex()
Dnatsemi.c222 static int mdio_read(int phy_id, int location);
295 advertising = mdio_read(1, 4); in natsemi_probe()
390 static int mdio_read(int phy_id, int location) in mdio_read() function
Dtulip.c478 static int mdio_read(struct nic *nic, int phy_id, int location);
568 int mdio_read(struct nic *nic, int phy_id, int location) in mdio_read() function
1418 int mii_status = mdio_read(nic, phy, 1); in start_link()
1421 int mii_reg0 = mdio_read(nic, phy, 0); in start_link()
1422 int mii_advert = mdio_read(nic, phy, 4); in start_link()
1613 tp->nic_name, tp->phys[0], mdio_read(nic, tp->phys[0], 1)); in init_media()
1941 bmsr = mdio_read(nic, tp->phys[0], 1); in tulip_check_duplex()
1942 lpa = mdio_read(nic, tp->phys[0], 5); in tulip_check_duplex()
1953 int new_bmsr = mdio_read(nic, tp->phys[0], 1); in tulip_check_duplex()
Deepro100.c299 static int mdio_read(int phy_id, int location) in mdio_read() function
593 int mdi_reg23 = mdio_read(eeprom[6] & 0x1f, 23) | 0x0422; in eepro100_probe()