Searched refs:OHCI_BLF (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | 286 temp |= OHCI_BLF;
|
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()
|
/kernel/linux/linux-6.6/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 | 286 temp |= OHCI_BLF;
|
H A D | ohci-dbg.c | 133 (temp & OHCI_BLF) ? " BLF" : "", in ohci_dump_status()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | ftdi-elan.c | 2336 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_BLF); in ftdi_elan_check_controller()
|
Completed in 18 milliseconds