Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c101 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()
A Dusb_ohci_reg.h129 #define OHCI_INT_WDH (1 << 1) /* Bit 1: Writeback done head */ macro

Completed in 5 milliseconds