Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h193 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
Dau1x00_usb_ohci.c261 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()
/external/u-boot/drivers/usb/host/
Dohci.h209 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
Dohci-hcd.c392 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()