Searched refs:OHCI_INT_WDH (Results 1 – 2 of 2) sorted by relevance
101 OHCI_HCOR->hcinten = OHCI_INT_WDH | OHCI_INT_RHSC | OHCI_INT_MIE; in ohci_init()112 OHCI_HCOR->hcintdis = OHCI_INT_WDH | OHCI_INT_RHSC | OHCI_INT_MIE; in ohci_deinit()305 if (usbsts & OHCI_INT_WDH) { in OHCI_IRQHandler()306 OHCI_HCOR->hcintsts = OHCI_INT_WDH; in OHCI_IRQHandler()
129 #define OHCI_INT_WDH (1 << 1) /* Bit 1: Writeback done head */ macro
Completed in 5 milliseconds