Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h221 #define OHCI_CLF (1 << 1) /* control list filled */ macro
H A Dohci-hcd.c412 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
1026 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h205 #define OHCI_CLF (1 << 1) /* control list filled */ macro
H A Dau1x00_usb_ohci.c278 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
718 writel (OHCI_CLF, &ohci->regs->cmdstatus); /* start Control list */ in td_submit_job()