Searched refs:OHCI_CTRL_RWE (Results 1 – 5 of 5) sorted by relevance
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()