Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_IR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hcd.c474 &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
487 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
1146 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_resume()
H A Dohci.h260 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hub.c164 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_rh_resume()
H A Dohci-dbg.c119 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()