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