Searched refs:w90p910_mdio_read (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/nuvoton/ |
H A D | w90p910_ether.c | 124 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); update_linkspeed() 224 bmcr = w90p910_mdio_read(dev, ether->mii.phy_id, MII_BMCR); update_linkspeed() 230 lpa = w90p910_mdio_read(dev, ether->mii.phy_id, MII_LPA); update_linkspeed() 523 static int w90p910_mdio_read(struct net_device *dev, int phy_id, int reg) w90p910_mdio_read() function 963 ether->mii.mdio_read = w90p910_mdio_read; w90p910_ether_setup()
|
Completed in 69 milliseconds