Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dasix_devices.c381 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | 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()
480 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
H A Dasix.h100 #define AX_SWRESET_IPRL 0x20 macro
H A Dax88172a.c160 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dasix.c38 #define AX_SWRESET_IPRL 0x20 macro
387 if (asix_sw_reset(dev, AX_SWRESET_IPRL) < 0) in asix_basic_reset()