OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_CTRL_IR
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
191
#define
OHCI_CTRL_IR
(1 << 8) /* interrupt routing */
au1x00_usb_ohci.c
263
(temp &
OHCI_CTRL_IR
) ? " IR" : "",
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
207
#define
OHCI_CTRL_IR
(1 << 8) /* interrupt routing */
ohci-hcd.c
394
(temp &
OHCI_CTRL_IR
) ? " IR" : "",
[
all
...]
Completed in 2847 milliseconds