Searched refs:OHCI_INT_MIE (Results 1 – 2 of 2) sorted by relevance
57 OHCI_HCOR->hcintdis = OHCI_INT_MIE; in ohci_init()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()
137 #define OHCI_INT_MIE (1 << 31) /* Bit 31: Master interrupt enable macro
Completed in 8 milliseconds