Home
last modified time | relevance | path

Searched refs:AX_SWRESET_PRL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/usb/
H A Dasix.h101 #define AX_SWRESET_PRL 0x08 macro
H A Dasix_devices.c406 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL, in ax88772_hw_reset()
411 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL, in ax88772_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()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix.c36 #define AX_SWRESET_PRL 0x08 macro
379 if (asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL) < 0) in asix_basic_reset()