Searched refs:asix_sw_reset (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/usb/ |
| D | asix_devices.c | 369 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, in_pm); in ax88772_hw_reset() 375 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772_hw_reset() 381 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL, in ax88772_hw_reset() 386 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL, in ax88772_hw_reset() 464 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 470 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 476 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772a_hw_reset() 480 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 917 asix_sw_reset(dev, 0, 0); in ax88178_reset() 920 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_reset() [all …]
|
| D | ax88172a.c | 149 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, 0); in ax88172a_reset_phy() 154 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, 0); in ax88172a_reset_phy() 160 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
|
| D | asix.h | 211 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm);
|
| D | asix_common.c | 318 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm) in asix_sw_reset() function
|