Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dasix.h103 #define AX_SWRESET_IPRL 0x20 macro
H A Dasix_devices.c406 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 Dax88172a.c146 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 Dasix.c37 #define AX_SWRESET_IPRL 0x20 macro
386 if (asix_sw_reset(dev, AX_SWRESET_IPRL) < 0) in asix_basic_reset()