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

/drivers/usb/host/
H A Dpci-quirks.c44 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
484 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR)
488 if (control & OHCI_CTRL_IR) {
493 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) {
H A Dohci-hub.c142 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
328 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
H A Dohci.h251 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hcd.c514 &ohci->regs->control) & OHCI_CTRL_IR) {
527 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) {
H A Dohci-dbg.c171 (temp & OHCI_CTRL_IR) ? " IR" : "",

Completed in 30 milliseconds