OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_CTRL_RWE
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
193
#define
OHCI_CTRL_RWE
(1 << 10) /* remote wakeup enable */
au1x00_usb_ohci.c
261
(temp &
OHCI_CTRL_RWE
) ? " RWE" : "",
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
209
#define
OHCI_CTRL_RWE
(1 << 10) /* remote wakeup enable */
ohci-hcd.c
392
(temp &
OHCI_CTRL_RWE
) ? " RWE" : "",
[
all
...]
Completed in 64 milliseconds