Searched refs:PORT_PE (Results 1 – 5 of 5) sorted by relevance
611 if (!(port_status & PORT_PE)) { in check_reset_complete()1347 ehci_writel (temp & ~PORT_PE, (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()1630 if (temp & PORT_PE) in ehci_hub_control()1791 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()1803 temp &= ~PORT_PE; in ehci_hub_control()7721 if ((temp & PORT_PE) == 0 in ehci_suspend()7725 if (((temp & PORT_PE) == 0)) in ehci_suspend()7801 if ((temp & PORT_PE) == 0 in ehci_resume()8146 (pstatus & PORT_PE) && in ehci_irq()
1241 #define PORT_PE (1<<2) /* port enable */ macro
387 (status & PORT_PE) ? " PE" : "", in dbg_port_buf()
154 #define PORT_PE (1 << 1) macro
617 writel(temp | PORT_PE, (void*)(xhci->xhci_port_addr)); in xhci_ssport_set_state()