Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c93 if ((temp & (PORT_CSC | PORT_PEC | PORT_OCC)) != 0) { in ehci_hub_status_data()
201 writel (temp | PORT_OCC, in ehci_hub_control()
234 if (temp & PORT_OCC) in ehci_hub_control()
Dehci.h247 #define PORT_OCC (1<<5) /* over current change */ macro
Dehci-dbg.c260 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()