Searched refs:OHCI_CTRL_RWE (Results 1 – 3 of 3) sorted by relevance
55 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
195 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
389 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()