Searched refs:smc_phy_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.c | 801 static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc_phy_read() function 874 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect() 875 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2); in smc_phy_detect() 904 cfg1 = smc_phy_read(dev, phyaddr, PHY_CFG1_REG); in smc_phy_fixed() 957 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_reset() 985 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_powerdown() 1069 my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR); in smc_phy_configure() 1106 smc_phy_read(dev, phyaddr, MII_ADVERTISE); in smc_phy_configure() 1142 phy18 = smc_phy_read(dev, phyaddr, PHY_INT_REG); in smc_phy_interrupt() 1967 lp->mii.mdio_read = smc_phy_read; in smc_probe()
|