Searched refs:OHCI_CLF (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-q.c | 709 ohci_writel (ohci, OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_urb() 1109 command |= OHCI_CLF; in finish_unlinks() 1179 ohci_writel(ohci, OHCI_CLF, in takeback_td()
|
H A D | ohci.h | 274 #define OHCI_CLF (1 << 1) /* control list filled */ macro
|
H A D | ohci-hub.c | 280 temp |= OHCI_CLF;
|
H A D | ohci-dbg.c | 134 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-q.c | 709 ohci_writel (ohci, OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_urb() 1109 command |= OHCI_CLF; in finish_unlinks() 1179 ohci_writel(ohci, OHCI_CLF, in takeback_td()
|
H A D | ohci.h | 274 #define OHCI_CLF (1 << 1) /* control list filled */ macro
|
H A D | ohci-hub.c | 280 temp |= OHCI_CLF;
|
H A D | ohci-dbg.c | 134 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
|
Completed in 15 milliseconds