Searched refs:EHCI_HC_PS_SUSPEND (Results 1 – 4 of 4) sorted by relevance
100 ehci_register_port_status |= EHCI_HC_PS_SUSPEND; in _ux_hcd_ehci_port_suspend()
209 …_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()
194 if (ehci_register_port_status & EHCI_HC_PS_SUSPEND) in _ux_hcd_ehci_port_status_get()
169 #define EHCI_HC_PS_SUSPEND 0x00000080u macro