Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dasix_devices.c382 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, in_pm); in ax88772_hw_reset()
388 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772_hw_reset()
394 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL, in ax88772_hw_reset()
399 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL, in ax88772_hw_reset()
475 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
481 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
487 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772a_hw_reset()
491 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
1127 asix_sw_reset(dev, 0, 0); in ax88178_reset()
1130 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_reset()
[all …]
H A Dax88172a.c135 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, 0); in ax88172a_reset_phy()
140 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, 0); in ax88172a_reset_phy()
146 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
H A Dasix_common.c354 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm) in asix_sw_reset() function