Home
last modified time | relevance | path

Searched refs:smc_phy_read (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.c819 static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc_phy_read() function
892 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect()
893 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2); in smc_phy_detect()
922 cfg1 = smc_phy_read(dev, phyaddr, PHY_CFG1_REG); in smc_phy_fixed()
975 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_reset()
1003 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_powerdown()
1088 my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR); in smc_phy_configure()
1125 status = smc_phy_read(dev, phyaddr, MII_ADVERTISE); in smc_phy_configure()
1161 phy18 = smc_phy_read(dev, phyaddr, PHY_INT_REG); in smc_phy_interrupt()
1988 lp->mii.mdio_read = smc_phy_read; in smc_probe()