Searched refs:OHCI_BLF (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 206 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
|
| H A D | au1x00_usb_ohci.c | 277 (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 D | ohci.h | 222 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
|
| H A D | ohci-hcd.c | 411 (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 D | ohci-q.c | 687 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 D | ohci.h | 275 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
|
| H A D | ohci-hub.c | 283 temp |= OHCI_BLF; in ohci_rh_resume()
|
| H A D | ohci-dbg.c | 133 (temp & OHCI_BLF) ? " BLF" : "", in ohci_dump_status()
|
| H A D | u132-hcd.c | 1713 retval = u132_write_pcimem(u132, cmdstatus, OHCI_BLF); in u132_run()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ftdi-elan.c | 2336 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_BLF); in ftdi_elan_check_controller()
|