Searched refs:PORT_PEC (Results 1 – 3 of 3) sorted by relevance
93 if ((temp & (PORT_CSC | PORT_PEC | PORT_OCC)) != 0) { in ehci_hub_status_data()184 writel (temp | PORT_PEC, in ehci_hub_control()231 if (temp & PORT_PEC) in ehci_hub_control()
249 #define PORT_PEC (1<<3) /* port enable change */ macro
262 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()