Searched refs:OHCI_CTRL_IR (Results 1 – 4 of 4) sorted by relevance
191 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
263 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()1250 if (readl (&ohci->regs->control) & OHCI_CTRL_IR) { /* SMM owns the HC */ in hc_reset()1253 while (readl (&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()
207 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
394 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()1800 if (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()1804 while (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()