Searched refs:OHCI_CTRL_IR (Results 1 – 5 of 5) sorted by relevance
47 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro773 #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()
474 &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()
260 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
164 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_rh_resume()
119 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()