Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dax88172a.c149 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, 0); in ax88172a_reset_phy()
160 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
H A Dasix_devices.c369 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, in_pm); 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()
920 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_reset()
1094 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_bind()
H A Dasix.h101 #define AX_SWRESET_IPPD 0x40 macro
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dasix.c39 #define AX_SWRESET_IPPD 0x40 macro
380 if (asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL) < 0) in asix_basic_reset()