Searched refs:OHCI_CTRL_RWC (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dpci-quirks.c37 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
199 writel(control & OHCI_CTRL_RWC, base + OHCI_CONTROL);
H A Dohci-hcd.c363 ohci->hc_control &= OHCI_CTRL_RWC;
433 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC)
434 ohci->hc_control |= OHCI_CTRL_RWC;
488 if ((ohci->hc_control & OHCI_CTRL_RWC) != 0
498 ohci->hc_control &= OHCI_CTRL_RWC;
504 ohci->hc_control &= OHCI_CTRL_RWC;
587 ohci->hc_control &= OHCI_CTRL_RWC;
H A Dohci-omap.c418 ohci->hc_control = OHCI_CTRL_RWC;
419 writel(OHCI_CTRL_RWC, &ohci->regs->control);
H A Dohci-pci.c187 ohci->hc_control |= OHCI_CTRL_RWC;
H A Dohci.h252 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dohci-dbg.c148 (temp & OHCI_CTRL_RWC) ? " RWC" : "",
H A Dohci-hub.c243 temp &= OHCI_CTRL_RWC;
H A Du132-hcd.c1644 u132->hc_control &= OHCI_CTRL_RWC;
1649 u132->hc_control &= OHCI_CTRL_RWC;
1731 u132->hc_control &= OHCI_CTRL_RWC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c2353 hc_control &= OHCI_CTRL_RWC;
2358 hc_control &= OHCI_CTRL_RWC;
2447 hc_control &= OHCI_CTRL_RWC;

Completed in 133 milliseconds