Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_ehci_reg.h93 #define EHCI_USBSTS_IAA (1 << 5) /* Bit 5: Interrupt on Async Advance */ macro
A Dusb_hc_ehci.c1351 while (!(EHCI_HCOR->usbsts & EHCI_USBSTS_IAA)) { in usbh_kill_urb()
1359 EHCI_HCOR->usbsts = EHCI_USBSTS_IAA; in usbh_kill_urb()
1442 if (usbsts & EHCI_USBSTS_IAA) { in USBH_IRQHandler()

Completed in 9 milliseconds