Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c860 EHCI_HCOR->usbintr = 0; in usb_hc_init()
861 EHCI_HCOR->usbsts = EHCI_HCOR->usbsts; in usb_hc_init()
870 regval = EHCI_HCOR->usbcmd; in usb_hc_init()
888 EHCI_HCOR->usbcmd = regval; in usb_hc_init()
942 EHCI_HCOR->usbintr = 0; in usb_hc_deinit()
944 regval = EHCI_HCOR->usbcmd; in usb_hc_deinit()
948 EHCI_HCOR->usbcmd = regval; in usb_hc_deinit()
967 EHCI_HCOR->configflag = 0; in usb_hc_deinit()
970 EHCI_HCOR->usbsts = EHCI_HCOR->usbsts; in usb_hc_deinit()
1404 usbsts = EHCI_HCOR->usbsts & EHCI_HCOR->usbintr; in USBH_IRQHandler()
[all …]
A Dusb_hc_ehci.h14 #define EHCI_HCOR ((struct ehci_hcor *)(uintptr_t)(bus->hcd.reg_base + CONFIG_USB_EHCI_HCCR_OFFSET … macro
A Dusb_glue_t113.c172 regval = EHCI_HCOR->portsc[port - 1]; in usbh_get_port_speed()

Completed in 6 milliseconds