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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dpci-quirks.c39 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
184 if (control & OHCI_CTRL_IR) {
189 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) {
H A Dohci-hub.c141 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
326 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) {
H A Dohci.h251 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hcd.c517 &ohci->regs->control) & OHCI_CTRL_IR) {
530 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) {
H A Dohci-dbg.c149 (temp & OHCI_CTRL_IR) ? " IR" : "",

Completed in 56 milliseconds