Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/usb/
Dasix_devices.c317 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL); in ax88772_reset()
349 ret = asix_sw_reset(dev, AX_SWRESET_PRL); in ax88772_reset()
355 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL); in ax88772_reset()
638 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD); in ax88178_reset()
817 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD); in ax88178_bind()
Dasix.h98 #define AX_SWRESET_PRL 0x08 macro