Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/usb/
Dasix_devices.c374 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, in_pm); in ax88772_hw_reset()
380 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772_hw_reset()
386 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL, in ax88772_hw_reset()
391 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL, in ax88772_hw_reset()
468 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
474 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
480 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772a_hw_reset()
484 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
963 asix_sw_reset(dev, 0, 0); in ax88178_reset()
966 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_reset()
[all …]
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()
Dasix.h217 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm);
Dasix_common.c342 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm) in asix_sw_reset() function