Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_port_reset.c181 …ister_write(hcd_ehci, EHCI_HCOR_PORT_SC + port_index, (ehci_register_port_status | EHCI_HC_PS_PR)); in _ux_hcd_ehci_port_reset()
188 if (ehci_register_port_status & EHCI_HC_PS_PR) in _ux_hcd_ehci_port_reset()
191 ehci_register_port_status &= ~EHCI_HC_PS_PR; in _ux_hcd_ehci_port_reset()
Dux_hcd_ehci_port_status_get.c207 if (ehci_register_port_status & EHCI_HC_PS_PR) in _ux_hcd_ehci_port_status_get()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h170 #define EHCI_HC_PS_PR 0x00000100u macro