Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_ehci_reg.h132 #define EHCI_PORTSC_CSC (1 << 1) /* Bit 1: Connect Status Change */ macro
165 #define EHCI_PORTSC_ALLINTS (EHCI_PORTSC_CSC | EHCI_PORTSC_PEC | \
A Dusb_hc_ehci.c907 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