Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_RWE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hub.c117 ohci->hc_control |= OHCI_CTRL_RWE; in ohci_rh_suspend()
121 ohci->hc_control &= ~OHCI_CTRL_RWE; in ohci_rh_suspend()
H A Dohci.h262 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro