Searched refs:hcintsts (Results 1 – 2 of 2) sorted by relevance
78 regval = OHCI_HCOR->hcintsts; in ohci_init()79 OHCI_HCOR->hcintsts = regval; in ohci_init()115 regval = OHCI_HCOR->hcintsts; in ohci_deinit()116 OHCI_HCOR->hcintsts = regval; in ohci_deinit()285 usbsts = OHCI_HCOR->hcintsts & OHCI_HCOR->hcinten; in OHCI_IRQHandler()288 OHCI_HCOR->hcintsts = OHCI_INT_RHSC; in OHCI_IRQHandler()306 OHCI_HCOR->hcintsts = OHCI_INT_WDH; in OHCI_IRQHandler()
386 volatile uint32_t hcintsts; /* 0x0c */ member
Completed in 5 milliseconds