OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_CLF
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
205
#define
OHCI_CLF
(1 << 1) /* control list filled */
au1x00_usb_ohci.c
277
(temp &
OHCI_CLF
) ? " CLF" : "",
717
writel (
OHCI_CLF
, &ohci->regs->cmdstatus); /* start Control list */
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
221
#define
OHCI_CLF
(1 << 1) /* control list filled */
ohci-hcd.c
408
(temp &
OHCI_CLF
) ? " CLF" : "",
1021
ohci_writel(
OHCI_CLF
, &ohci->regs->cmdstatus);
[
all
...]
Completed in 578 milliseconds