Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dax88172a.c135 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, 0); in ax88172a_reset_phy()
146 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
H A Dasix_devices.c394 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, in_pm); in ax88772_hw_reset()
411 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | 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()
1115 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_reset()
1292 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_bind()
H A Dasix.h104 #define AX_SWRESET_IPPD 0x40 macro
/openbmc/u-boot/drivers/usb/eth/
H A Dasix.c38 #define AX_SWRESET_IPPD 0x40 macro
379 if (asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL) < 0) in asix_basic_reset()