Searched refs:EHCI_PORTSC_CSC (Results 1 – 2 of 2) sorted by relevance
132 #define EHCI_PORTSC_CSC (1 << 1) /* Bit 1: Connect Status Change */ macro165 #define EHCI_PORTSC_ALLINTS (EHCI_PORTSC_CSC | EHCI_PORTSC_PEC | \
907 regval &= ~(EHCI_PORTSC_CSC | EHCI_PORTSC_PEC | EHCI_PORTSC_OCC); in usb_hc_init()1086 EHCI_HCOR->portsc[port - 1] |= EHCI_PORTSC_CSC; in usbh_roothub_control()1149 if (temp & EHCI_PORTSC_CSC) { in usbh_roothub_control()1427 if (portsc & EHCI_PORTSC_CSC) { in USBH_IRQHandler()
Completed in 9 milliseconds