Searched refs:OHCI_CTRL_RWC (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/host/ | ||
D | ohci.h | 208 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro |
D | ohci-hcd.c | 397 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status() |