Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_port_suspend.c100 ehci_register_port_status |= EHCI_HC_PS_SUSPEND; in _ux_hcd_ehci_port_suspend()
Dux_hcd_ehci_port_reset.c209 …_write(hcd_ehci, EHCI_HCOR_PORT_SC + port_index, (ehci_register_port_status | EHCI_HC_PS_SUSPEND)); in _ux_hcd_ehci_port_reset()
211 …write(hcd_ehci, EHCI_HCOR_PORT_SC + port_index, (ehci_register_port_status & ~EHCI_HC_PS_SUSPEND)); in _ux_hcd_ehci_port_reset()
Dux_hcd_ehci_port_status_get.c194 if (ehci_register_port_status & EHCI_HC_PS_SUSPEND) in _ux_hcd_ehci_port_status_get()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h169 #define EHCI_HC_PS_SUSPEND 0x00000080u macro