Searched refs:EHCI_USBSTS_HALTED (Results 1 – 2 of 2) sorted by relevance
94 #define EHCI_USBSTS_HALTED (1 << 12) /* Bit 12: HC Halted */ macro
895 while (EHCI_HCOR->usbsts & EHCI_USBSTS_HALTED) { in usb_hc_init()950 …usbsts & (EHCI_USBSTS_PSS | EHCI_USBSTS_ASS)) || ((EHCI_HCOR->usbsts & EHCI_USBSTS_HALTED) == 0)) { in usb_hc_deinit()
Completed in 33 milliseconds