Searched refs:PORT_CSC (Results 1 – 3 of 3) sorted by relevance
85 if (temp & PORT_CSC) { in ehci_hub_status_data()86 temp &= ~PORT_CSC; in ehci_hub_status_data()93 if ((temp & (PORT_CSC | PORT_PEC | PORT_OCC)) != 0) { in ehci_hub_status_data()197 writel (temp | PORT_CSC, in ehci_hub_control()229 if (temp & PORT_CSC) in ehci_hub_control()
251 #define PORT_CSC (1<<1) /* connect status change */ macro
264 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()