Lines Matching refs:mdio_read
417 static int mdio_read(struct net_device *dev, int phy_id, int location);
541 np->mii.mdio_read = mdio_read;
570 int mii_status = mdio_read(dev, phy, 1);
581 data = mdio_read(dev, np->phys[0], 2);
634 data = mdio_read(dev, np->phys[0], 9);
745 static int mdio_read(struct net_device *dev, int phyad, int regad)
934 if (mdio_read(dev, np->phys[0], MII_BMSR) & BMSR_LSTATUS) {
961 data = mdio_read(dev, np->phys[0], MIIRegister18);
973 data = mdio_read(dev, np->phys[0], DiagnosticReg);
987 data = mdio_read(dev, np->phys[0], SpecificReg);
1005 data = mdio_read(dev, np->phys[0], StatusRegister);
1022 data = mdio_read(dev, np->phys[0], SpecificReg);