Home
last modified time | relevance | path

Searched refs:OHCI_INT_RHSC (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()
287 if (usbsts & OHCI_INT_RHSC) { in OHCI_IRQHandler()
288 OHCI_HCOR->hcintsts = OHCI_INT_RHSC; in OHCI_IRQHandler()
A Dusb_ohci_reg.h134 #define OHCI_INT_RHSC (1 << 6) /* Bit 6: Root hub status change */ macro

Completed in 5 milliseconds