Searched refs:OHCI_BLF (Results 1 – 6 of 6) sorted by relevance
222 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
407 (temp & OHCI_BLF) ? " BLF" : "", in ohci_dump_status()994 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job()
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()
275 #define OHCI_BLF (1 << 2) /* bulk list filled */ macro
286 temp |= OHCI_BLF; in ohci_rh_resume()
133 (temp & OHCI_BLF) ? " BLF" : "", in ohci_dump_status()