Searched refs:OHCI_CTRL_RWC (Results 1 – 3 of 3) sorted by relevance
54 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
194 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
390 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()