Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci.h209 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
Dohci-hcd.c396 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()