Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c808 static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc_phy_read() function
881 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect()
882 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2); in smc_phy_detect()
911 cfg1 = smc_phy_read(dev, phyaddr, PHY_CFG1_REG); in smc_phy_fixed()
964 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_reset()
992 bmcr = smc_phy_read(dev, phy, MII_BMCR); in smc_phy_powerdown()
1076 my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR); in smc_phy_configure()
1113 smc_phy_read(dev, phyaddr, MII_ADVERTISE); in smc_phy_configure()
1149 phy18 = smc_phy_read(dev, phyaddr, PHY_INT_REG); in smc_phy_interrupt()
1978 lp->mii.mdio_read = smc_phy_read; in smc_probe()