Lines Matching refs:mdio_read
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");
1430 int mii_status = mdio_read(nic, phy, 1);
1433 int mii_reg0 = mdio_read(nic, phy, 0);
1434 int mii_advert = mdio_read(nic, phy, 4);
1625 tp->nic_name, tp->phys[0], mdio_read(nic, tp->phys[0], 1));
1953 bmsr = mdio_read(nic, tp->phys[0], 1);
1954 lpa = mdio_read(nic, tp->phys[0], 5);
1965 int new_bmsr = mdio_read(nic, tp->phys[0], 1);