Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dasix_devices.c419 if (in_pm && (!asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772_hw_reset()
509 if (in_pm && (!asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
525 phy14h = asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
527 phy15h = asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
529 phy16h = asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
H A Dasix.h239 int asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc);
H A Dasix_common.c580 int asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc) in asix_mdio_read_nopm() function