Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h54 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
Dusb-ohci.h194 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
Dusb-ohci.c390 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()