Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c57 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()
A Dusb_ohci_reg.h137 #define OHCI_INT_MIE (1 << 31) /* Bit 31: Master interrupt enable macro

Completed in 8 milliseconds