Home
last modified time | relevance | path

Searched refs:OHCI_CLF (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/host/
Dohci.h221 #define OHCI_CLF (1 << 1) /* control list filled */ macro
Dohci-hcd.c408 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
1021 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h205 #define OHCI_CLF (1 << 1) /* control list filled */ macro
Dau1x00_usb_ohci.c277 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
717 writel (OHCI_CLF, &ohci->regs->cmdstatus); /* start Control list */ in td_submit_job()