Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h209 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
H A Dohci-hcd.c392 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()
/openbmc/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
H A Dohci-dbg.c117 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()
H A Disp1362.h276 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
H A Disp1362-hcd.c1944 mask & OHCI_CTRL_RWE ? " rwe" : "", in dump_ctrl()