Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c58 OHCI_HCOR->hccontrol = 0; in ohci_init()
74 OHCI_HCOR->hcbulkheaded = 0; in ohci_init()
78 regval = OHCI_HCOR->hcintsts; in ohci_init()
79 OHCI_HCOR->hcintsts = regval; in ohci_init()
82 regval = OHCI_HCOR->hccontrol; in ohci_init()
88 OHCI_HCOR->hccontrol = regval; in ohci_init()
115 regval = OHCI_HCOR->hcintsts; in ohci_deinit()
116 OHCI_HCOR->hcintsts = regval; in ohci_deinit()
120 regval = OHCI_HCOR->hccontrol; in ohci_deinit()
135 return OHCI_HCOR->hcfmnumber; in ohci_get_frame_number()
[all …]
A Dusb_hc_ohci.h13 #define OHCI_HCOR ((struct ohci_hcor *)(uintptr_t)(bus->hcd.reg_base + CONFIG_USB_OHCI_HCOR_OFFSET)) macro

Completed in 4 milliseconds