Home
last modified time | relevance | path

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

/drivers/net/usb/
Dasix_devices.c616 priv->presvd_phy_bmcr = in ax88772_suspend()
645 if (priv->presvd_phy_bmcr & BMCR_ANENABLE) in ax88772_restore_phy()
646 priv->presvd_phy_bmcr |= BMCR_ANRESTART; in ax88772_restore_phy()
649 priv->presvd_phy_bmcr); in ax88772_restore_phy()
652 priv->presvd_phy_bmcr = 0; in ax88772_restore_phy()
759 priv->presvd_phy_bmcr = 0; in ax88772_bind()
Dasix.h191 u16 presvd_phy_bmcr; member