OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_INTR_SF
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
218
#define
OHCI_INTR_SF
(1 << 2) /* start frame */
au1x00_usb_ohci.c
219
(mask &
OHCI_INTR_SF
) ? " SF" : "",
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
234
#define
OHCI_INTR_SF
(1 << 2) /* start frame */
ohci-hcd.c
349
(mask &
OHCI_INTR_SF
) ? " SF" : "",
[
all
...]
Completed in 75 milliseconds