Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c193 writel (temp & ~PORT_POWER, in ehci_hub_control()
270 if (temp & PORT_POWER) in ehci_hub_control()
306 writel (temp | PORT_POWER, in ehci_hub_control()
Dehci.h240 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
Dehci-dbg.c254 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()