Searched refs:smc_phy_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.c | 809 static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc_phy_read() function 882 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect() 883 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2); in smc_phy_detect() 912 cfg1 = smc_phy_read(dev, phyaddr, PHY_CFG1_REG); in smc_phy_fixed() 965 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_reset() 993 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_powerdown() 1077 my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR); in smc_phy_configure() 1114 smc_phy_read(dev, phyaddr, MII_ADVERTISE); in smc_phy_configure() 1150 phy18 = smc_phy_read(dev, phyaddr, PHY_INT_REG); in smc_phy_interrupt() 1975 lp->mii.mdio_read = smc_phy_read; in smc_probe()
|