Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_ehci_reg.h131 #define EHCI_PORTSC_CCS (1 << 0) /* Bit 0: Current Connect Status */ macro
A Dusb_hc_ehci.c1159 if (temp & EHCI_PORTSC_CCS) { in usbh_roothub_control()
1226 if (!urb->hport->connected || !(EHCI_HCOR->portsc[hport->port - 1] & EHCI_PORTSC_CCS)) { in usbh_submit_urb()
1428 if ((portsc & EHCI_PORTSC_CCS) == EHCI_PORTSC_CCS) { in USBH_IRQHandler()

Completed in 8 milliseconds