Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/usb/
Dasix_devices.c394 if (in_pm && (!asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772_hw_reset()
486 if (in_pm && (!asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
507 phy14h = asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
509 phy15h = asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
511 phy16h = asix_mdio_read_nopm(dev->net, dev->mii.phy_id, in ax88772a_hw_reset()
605 asix_mdio_read_nopm(dev->net, dev->mii.phy_id, MII_BMCR); in ax88772_suspend()
609 asix_mdio_read_nopm(dev->net, dev->mii.phy_id, MII_ADVERTISE); in ax88772_suspend()
Dasix.h226 int asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc);
Dasix_common.c508 int asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc) in asix_mdio_read_nopm() function