Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci.h221 #define OHCI_CLF (1 << 1) /* control list filled */ macro
Dohci-hcd.c412 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
1025 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()