Home
last modified time | relevance | path

Searched refs:EHCI_PORTSC_PE (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_glue_t113.c176 if (regval & EHCI_PORTSC_PE) in usbh_get_port_speed()
A Dusb_ehci_reg.h133 #define EHCI_PORTSC_PE (1 << 2) /* Bit 2: Port Enable */ macro
A Dusb_hc_ehci.c737 regval &= ~EHCI_PORTSC_PE; in usbh_reset_port()
1062 EHCI_HCOR->portsc[port - 1] &= ~EHCI_PORTSC_PE; in usbh_roothub_control()
1126 if (!(EHCI_HCOR->portsc[port - 1] & EHCI_PORTSC_PE)) { in usbh_roothub_control()
1162 if (temp & EHCI_PORTSC_PE) { in usbh_roothub_control()

Completed in 7 milliseconds