Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dohci-hub.c95 ohci->hc_control |= OHCI_CTRL_RWE; in ohci_rh_suspend()
99 ohci->hc_control &= ~OHCI_CTRL_RWE; in ohci_rh_suspend()
Dohci.h253 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
Dohci-dbg.c169 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()
Disp1362.h326 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
Disp1362-hcd.c1957 mask & OHCI_CTRL_RWE ? " rwe" : "", in dump_ctrl()