Searched refs:PORT_CSC (Results 1 – 3 of 3) sorted by relevance
799 temp |= PORT_CSC; in ehci_hub_status_data()807 if (temp & PORT_CSC) { in ehci_hub_status_data()808 temp &= ~PORT_CSC; in ehci_hub_status_data()871 if ((temp & (PORT_CSC)) != 0) { in ehci_hub_status_data()1418 ehci_writel (temp | PORT_CSC, in ehci_hub_control()1547 if ( ((temp & PORT_CONNECT) == 0) && ((temp & PORT_CSC) == 0) ) in ehci_hub_control()1552 temp |= PORT_CSC; in ehci_hub_control()1558 if (temp & PORT_CSC) in ehci_hub_control()
1242 #define PORT_CSC (1<<1) /* connect status change */ macro
388 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()