Searched refs:OHCI_CTRL_RWE (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/host/ | ||
D | ohci.h | 209 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro |
D | ohci-hcd.c | 396 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status() |