Searched refs:smc_phy_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/smsc/ |
| D | smc91x.c | 807 static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc_phy_read() function 880 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect() 881 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2); in smc_phy_detect() 910 cfg1 = smc_phy_read(dev, phyaddr, PHY_CFG1_REG); in smc_phy_fixed() 963 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_reset() 991 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_powerdown() 1075 my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR); in smc_phy_configure() 1112 smc_phy_read(dev, phyaddr, MII_ADVERTISE); in smc_phy_configure() 1148 phy18 = smc_phy_read(dev, phyaddr, PHY_INT_REG); in smc_phy_interrupt() 1975 lp->mii.mdio_read = smc_phy_read; in smc_probe()
|