Searched refs:OHCI_CTRL_IR (Results 1 – 5 of 5) sorted by relevance
44 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro607 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR) in quirk_usb_handoff_ohci()611 if (control & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()616 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()
472 &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()485 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()1123 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_resume()
259 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
160 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_rh_resume()
118 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()