Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_IR (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dpci-quirks.c47 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
775 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR) in quirk_usb_handoff_ohci()
779 if (control & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()
784 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()
H A Dohci-hcd.c476 &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
489 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
1142 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_resume()
H A Dohci.h260 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hub.c164 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
H A Dohci-dbg.c119 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dpci-quirks.c47 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
773 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR) in quirk_usb_handoff_ohci()
777 if (control & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()
782 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()
H A Dohci-hcd.c474 &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
487 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
1138 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_resume()
H A Dohci.h260 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hub.c164 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
H A Dohci-dbg.c119 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()

Completed in 14 milliseconds