Lines Matching refs:mdio_read
417 static int mdio_read(struct net_device *dev, int phy_id, int location);
543 np->mii.mdio_read = mdio_read;
572 int mii_status = mdio_read(dev, phy, 1);
583 data = mdio_read(dev, np->phys[0], 2);
636 data = mdio_read(dev, np->phys[0], 9);
747 static int mdio_read(struct net_device *dev, int phyad, int regad)
936 if (mdio_read(dev, np->phys[0], MII_BMSR) & BMSR_LSTATUS) {
963 data = mdio_read(dev, np->phys[0], MIIRegister18);
975 data = mdio_read(dev, np->phys[0], DiagnosticReg);
989 data = mdio_read(dev, np->phys[0], SpecificReg);
1007 data = mdio_read(dev, np->phys[0], StatusRegister);
1024 data = mdio_read(dev, np->phys[0], SpecificReg);