Searched refs:AX_SWRESET_IPRL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | asix.h | 103 #define AX_SWRESET_IPRL 0x20 macro
|
H A D | asix_devices.c | 406 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL, in ax88772_hw_reset() 487 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 493 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 503 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset()
|
H A D | ax88172a.c | 146 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | asix.c | 37 #define AX_SWRESET_IPRL 0x20 macro 386 if (asix_sw_reset(dev, AX_SWRESET_IPRL) < 0) in asix_basic_reset()
|