Home
last modified time | relevance | path

Searched refs:AX_SWRESET_PRL (Results 1 – 3 of 3) 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()
386 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL, in ax88772_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.h98 #define AX_SWRESET_PRL 0x08 macro
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dasix.c37 #define AX_SWRESET_PRL 0x08 macro
380 if (asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL) < 0) in asix_basic_reset()