Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c906 regval |= EHCI_PORTSC_PP; in usb_hc_init()
961 regval &= ~EHCI_PORTSC_PP; in usb_hc_deinit()
1083 EHCI_HCOR->portsc[port - 1] &= ~EHCI_PORTSC_PP; in usbh_roothub_control()
1121 EHCI_HCOR->portsc[port - 1] |= EHCI_PORTSC_PP; in usbh_roothub_control()
1180 if (temp & EHCI_PORTSC_PP || !(EHCI_HCCR->hcsparams & EHCI_HCSPARAMS_PPC)) { in usbh_roothub_control()
A Dusb_ehci_reg.h145 #define EHCI_PORTSC_PP (1 << 12) /* Bit 12: Port Power */ macro

Completed in 7 milliseconds