Searched refs:OHCI_CTRL_IR (Results 1 – 5 of 5) sorted by relevance
47 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro775 #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()
476 &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()489 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()1140 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_resume()
260 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
161 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_rh_resume()
119 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()