Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h222 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
H A Dohci-hcd.c411 (temp & OHCI_BLF) ? " BLF" : "", in ohci_dump_status()
999 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h206 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
H A Dau1x00_usb_ohci.c277 (temp & OHCI_BLF) ? " BLF" : "", in ohci_dump_status()
702 writel (OHCI_BLF, &ohci->regs->cmdstatus); /* start bulk list */ in td_submit_job()