Searched refs:OHCI_CTRL_IR (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dpci-quirks.c38 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
183 if (control & OHCI_CTRL_IR) {
188 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) {
H A Dohci.h251 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hcd.c404 &ohci->regs->control) & OHCI_CTRL_IR) {
417 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) {
H A Dohci-dbg.c149 (temp & OHCI_CTRL_IR) ? " IR" : "",
H A Dohci-hub.c155 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {

Completed in 151 milliseconds