Home
last modified time | relevance | path

Searched refs:portsc (Results 1 – 4 of 4) sorted by relevance

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c731 EHCI_HCOR->portsc[port - 1] |= (1 << 29); in usbh_reset_port()
733 EHCI_HCOR->portsc[port - 1] &= ~(1 << 29); in usbh_reset_port()
736 regval = EHCI_HCOR->portsc[port - 1]; in usbh_reset_port()
739 EHCI_HCOR->portsc[port - 1] = regval; in usbh_reset_port()
905 regval = EHCI_HCOR->portsc[port]; in usb_hc_init()
908 EHCI_HCOR->portsc[port] = regval; in usb_hc_init()
960 regval = EHCI_HCOR->portsc[port]; in usb_hc_deinit()
962 EHCI_HCOR->portsc[port] = regval; in usb_hc_deinit()
1007 temp = EHCI_HCOR->portsc[port - 1]; in usbh_roothub_control()
1425 uint32_t portsc = EHCI_HCOR->portsc[port]; in USBH_IRQHandler() local
[all …]
A Dusb_glue_t113.c172 regval = EHCI_HCOR->portsc[port - 1]; in usbh_get_port_speed()
A Dusb_ehci_reg.h327 volatile uint32_t portsc[15]; /* 0x44: Port Status/Control */ member
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c290 uint32_t portsc = OHCI_HCOR->hcrhportsts[port]; in OHCI_IRQHandler() local
292 if (portsc & OHCI_RHPORTST_CSC) { in OHCI_IRQHandler()
296 if (portsc & OHCI_RHPORTST_CCS) { in OHCI_IRQHandler()

Completed in 32 milliseconds