Home
last modified time | relevance | path

Searched refs:PORT_PEC (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()
184 writel (temp | PORT_PEC, in ehci_hub_control()
231 if (temp & PORT_PEC) in ehci_hub_control()
Dehci.h249 #define PORT_PEC (1<<3) /* port enable change */ macro
Dehci-dbg.c262 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()