Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_initialize.c173 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_COMMAND_STATUS, OHCI_HC_CS_HCR); in _ux_hcd_ohci_initialize()
179 if ((ohci_register & OHCI_HC_CS_HCR) == 0) in _ux_hcd_ohci_initialize()
184 if ((ohci_register & OHCI_HC_CS_HCR) != 0) in _ux_hcd_ohci_initialize()
Dux_hcd_ohci_interrupt_handler.c142 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_COMMAND_STATUS, OHCI_HC_CS_HCR); in _ux_hcd_ohci_interrupt_handler()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h131 #define OHCI_HC_CS_HCR 0x00000001u macro