Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h192 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
Dau1x00_usb_ohci.c262 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()
/external/u-boot/drivers/usb/host/
Dohci.h208 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
Dohci-hcd.c393 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()