Home
last modified time | relevance | path

Searched refs:EHCI_HC_PS_CCS (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_port_status_get.c180 if (ehci_register_port_status & EHCI_HC_PS_CCS) in _ux_hcd_ehci_port_status_get()
218 if (ehci_register_port_status & EHCI_HC_PS_CCS) in _ux_hcd_ehci_port_status_get()
Dux_hcd_ehci_port_suspend.c94 if ((ehci_register_port_status & EHCI_HC_PS_CCS) == 0) in _ux_hcd_ehci_port_suspend()
Dux_hcd_ehci_port_reset.c156 if ((ehci_register_port_status & EHCI_HC_PS_CCS) == 0) in _ux_hcd_ehci_port_reset()
Dux_hcd_ehci_initialize.c398 if (ehci_register & EHCI_HC_PS_CCS) in _ux_hcd_ehci_initialize()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h162 #define EHCI_HC_PS_CCS 0x00000001u macro