OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_INTR_SO
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
216
#define
OHCI_INTR_SO
(1 << 0) /* scheduling overrun */
au1x00_usb_ohci.c
221
(mask &
OHCI_INTR_SO
) ? " SO" : ""
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
232
#define
OHCI_INTR_SO
(1 << 0) /* scheduling overrun */
ohci-hcd.c
351
(mask &
OHCI_INTR_SO
) ? " SO" : ""
[
all
...]
Completed in 45 milliseconds