Searched refs:OHCI_CTRL_RWE (Results 1 – 7 of 7) sorted by relevance
209 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
392 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()
117 ohci->hc_control |= OHCI_CTRL_RWE; in ohci_rh_suspend()121 ohci->hc_control &= ~OHCI_CTRL_RWE; in ohci_rh_suspend()
262 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
117 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()
276 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
1944 mask & OHCI_CTRL_RWE ? " rwe" : "", in dump_ctrl()