Home
last modified time | relevance | path

Searched refs:PORT_CSC (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c85 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()
Dehci.h251 #define PORT_CSC (1<<1) /* connect status change */ macro
Dehci-dbg.c264 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()