Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_port_status_get.c125 if (ohci_register_port_status & OHCI_HC_PS_CCS) in _ux_hcd_ohci_port_status_get()
150 if (ohci_register_port_status & OHCI_HC_PS_CCS) in _ux_hcd_ohci_port_status_get()
Dux_hcd_ohci_port_enable.c100 if ((ohci_register_port_status & OHCI_HC_PS_CCS) == 0) in _ux_hcd_ohci_port_enable()
Dux_hcd_ohci_port_reset.c103 if ((ohci_register_port_status & OHCI_HC_PS_CCS) == 0) in _ux_hcd_ohci_port_reset()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h151 #define OHCI_HC_PS_CCS 0x00000001u macro