Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/nuvoton/
Dw90p910_ether.c125 static int w90p910_mdio_read(struct net_device *dev, int phy_id, int reg);
223 bmsr = w90p910_mdio_read(dev, ether->mii.phy_id, MII_BMSR); in update_linkspeed()
224 bmcr = w90p910_mdio_read(dev, ether->mii.phy_id, MII_BMCR); in update_linkspeed()
230 lpa = w90p910_mdio_read(dev, ether->mii.phy_id, MII_LPA); in update_linkspeed()
523 static int w90p910_mdio_read(struct net_device *dev, int phy_id, int reg) in w90p910_mdio_read() function
957 ether->mii.mdio_read = w90p910_mdio_read; in w90p910_ether_setup()