Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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()
998 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-q.c687 ohci_writel (ohci, OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_urb()
1119 command |= OHCI_BLF; in finish_unlinks()
1183 ohci_writel(ohci, OHCI_BLF, in takeback_td()
H A Dohci.h275 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
H A Dohci-hub.c283 temp |= OHCI_BLF; in ohci_rh_resume()
H A Dohci-dbg.c133 (temp & OHCI_BLF) ? " BLF" : "", in ohci_dump_status()
H A Du132-hcd.c1713 retval = u132_write_pcimem(u132, cmdstatus, OHCI_BLF); in u132_run()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2336 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_BLF); in ftdi_elan_check_controller()