Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c196 static int usbh_asix_sw_reset(struct usbh_asix *asix_class, uint8_t flags) in usbh_asix_sw_reset() function
311 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_IPPD); in usbh_ax88772_hw_reset()
317 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_CLEAR); in usbh_ax88772_hw_reset()
323 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_IPRL | AX_SWRESET_PRL); in usbh_ax88772_hw_reset()
327 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_IPPD | AX_SWRESET_PRL); in usbh_ax88772_hw_reset()
390 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_IPPD | AX_SWRESET_IPRL); in usbh_ax88772a_hw_reset()
396 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_IPRL); in usbh_ax88772a_hw_reset()
402 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_CLEAR); in usbh_ax88772a_hw_reset()
406 ret = usbh_asix_sw_reset(asix_class, AX_SWRESET_IPRL); in usbh_ax88772a_hw_reset()

Completed in 10 milliseconds