Searched refs:OHCI_HC_CONTROL (Results 1 – 5 of 5) sorted by relevance
/USBX-v6.2.1/common/usbx_host_controllers/src/ |
D | ux_hcd_ohci_asynchronous_endpoint_destroy.c | 135 ohci_register = _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_CONTROL); in _ux_hcd_ohci_asynchronous_endpoint_destroy() 137 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL, ohci_register); in _ux_hcd_ohci_asynchronous_endpoint_destroy() 151 ohci_register = _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_CONTROL); in _ux_hcd_ohci_asynchronous_endpoint_destroy() 153 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL, ohci_register); in _ux_hcd_ohci_asynchronous_endpoint_destroy()
|
D | ux_hcd_ohci_asynchronous_endpoint_create.c | 146 ohci_register = _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_CONTROL); in _ux_hcd_ohci_asynchronous_endpoint_create() 148 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL, ohci_register); in _ux_hcd_ohci_asynchronous_endpoint_create() 157 ohci_register = _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_CONTROL); in _ux_hcd_ohci_asynchronous_endpoint_create() 159 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL, ohci_register); in _ux_hcd_ohci_asynchronous_endpoint_create()
|
D | ux_hcd_ohci_controller_disable.c | 87 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL, ohci_register); in _ux_hcd_ohci_controller_disable()
|
D | ux_hcd_ohci_initialize.c | 166 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL, 0); in _ux_hcd_ohci_initialize() 211 _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL, OHCI_HC_CONTROL_VALUE); in _ux_hcd_ohci_initialize()
|
/USBX-v6.2.1/common/usbx_host_controllers/inc/ |
D | ux_hcd_ohci.h | 86 #define OHCI_HC_CONTROL 0x01 macro
|