Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h55 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
Dusb-ohci.h195 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
Dusb-ohci.c389 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()