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

/linux-master/drivers/usb/host/
H A Dpci-quirks.c47 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
785 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR)
789 if (control & OHCI_CTRL_IR) {
794 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) {
H A Dohci-hcd.c474 &ohci->regs->control) & OHCI_CTRL_IR) {
487 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) {
1146 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
H A Dohci-hub.c164 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
H A Dohci.h260 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-dbg.c119 (temp & OHCI_CTRL_IR) ? " IR" : "",

Completed in 253 milliseconds