Searched refs:OHCI_CTRL_RWE (Results 1 – 2 of 2) 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