Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_ehci_reg.h138 #define EHCI_PORTSC_SUSPEND (1 << 7) /* Bit 7: Suspend */ macro
A Dusb_hc_ehci.c1116 EHCI_HCOR->portsc[port - 1] |= EHCI_PORTSC_SUSPEND; in usbh_roothub_control()
1117 while ((EHCI_HCOR->portsc[port - 1] & EHCI_PORTSC_SUSPEND) == 0) { in usbh_roothub_control()
1171 if (temp & EHCI_PORTSC_SUSPEND) { in usbh_roothub_control()

Completed in 8 milliseconds