Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c861 EHCI_HCOR->usbsts = EHCI_HCOR->usbsts; in usb_hc_init()
970 EHCI_HCOR->usbsts = EHCI_HCOR->usbsts; in usb_hc_deinit()
1359 EHCI_HCOR->usbsts = EHCI_USBSTS_IAA; in usbh_kill_urb()
1399 uint32_t usbsts; in USBH_IRQHandler() local
1404 usbsts = EHCI_HCOR->usbsts & EHCI_HCOR->usbintr; in USBH_IRQHandler()
1405 EHCI_HCOR->usbsts = usbsts; in USBH_IRQHandler()
1407 if (usbsts & EHCI_USBSTS_INT) { in USBH_IRQHandler()
1415 if (usbsts & EHCI_USBSTS_ERR) { in USBH_IRQHandler()
1423 if (usbsts & EHCI_USBSTS_PCD) { in USBH_IRQHandler()
1442 if (usbsts & EHCI_USBSTS_IAA) { in USBH_IRQHandler()
[all …]
A Dusb_ehci_reg.h317 volatile uint32_t usbsts; /* 0x04: USB Status */ member
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c280 uint32_t usbsts; in OHCI_IRQHandler() local
285 usbsts = OHCI_HCOR->hcintsts & OHCI_HCOR->hcinten; in OHCI_IRQHandler()
287 if (usbsts & OHCI_INT_RHSC) { in OHCI_IRQHandler()
305 if (usbsts & OHCI_INT_WDH) { in OHCI_IRQHandler()

Completed in 8 milliseconds