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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hcd.c386 ohci->hc_control &= OHCI_CTRL_RWC;
546 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC)
547 ohci->hc_control |= OHCI_CTRL_RWC;
602 if ((ohci->hc_control & OHCI_CTRL_RWC) != 0)
611 ohci->hc_control &= OHCI_CTRL_RWC;
617 ohci->hc_control &= OHCI_CTRL_RWC;
692 ohci->hc_control &= OHCI_CTRL_RWC;
H A Dpci-quirks.c38 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
199 writel(control & OHCI_CTRL_RWC, base + OHCI_CONTROL);
H A Dohci-omap.c431 ohci->hc_control = OHCI_CTRL_RWC;
432 writel(OHCI_CTRL_RWC, &ohci->regs->control);
H A Dohci-omap3.c190 ohci->hc_control = OHCI_CTRL_RWC;
191 writel(OHCI_CTRL_RWC, &ohci->regs->control);
H A Dohci-pci.c372 ohci->hc_control |= OHCI_CTRL_RWC;
H A Dohci.h252 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dohci-hub.c232 temp &= OHCI_CTRL_RWC;
H A Disp1362.h325 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dohci-dbg.c148 (temp & OHCI_CTRL_RWC) ? " RWC" : "",
H A Du132-hcd.c1633 u132->hc_control &= OHCI_CTRL_RWC;
1638 u132->hc_control &= OHCI_CTRL_RWC;
1721 u132->hc_control &= OHCI_CTRL_RWC;
H A Disp1362-hcd.c1964 mask & OHCI_CTRL_RWC ? " rwc" : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dohci-hcd.c386 ohci->hc_control &= OHCI_CTRL_RWC;
546 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC)
547 ohci->hc_control |= OHCI_CTRL_RWC;
602 if ((ohci->hc_control & OHCI_CTRL_RWC) != 0)
611 ohci->hc_control &= OHCI_CTRL_RWC;
617 ohci->hc_control &= OHCI_CTRL_RWC;
692 ohci->hc_control &= OHCI_CTRL_RWC;
H A Dpci-quirks.c38 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
199 writel(control & OHCI_CTRL_RWC, base + OHCI_CONTROL);
H A Dohci-omap.c431 ohci->hc_control = OHCI_CTRL_RWC;
432 writel(OHCI_CTRL_RWC, &ohci->regs->control);
H A Dohci-omap3.c190 ohci->hc_control = OHCI_CTRL_RWC;
191 writel(OHCI_CTRL_RWC, &ohci->regs->control);
H A Dohci-pci.c372 ohci->hc_control |= OHCI_CTRL_RWC;
H A Dohci.h252 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dohci-hub.c232 temp &= OHCI_CTRL_RWC;
H A Disp1362.h325 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dohci-dbg.c148 (temp & OHCI_CTRL_RWC) ? " RWC" : "",
H A Du132-hcd.c1633 u132->hc_control &= OHCI_CTRL_RWC;
1638 u132->hc_control &= OHCI_CTRL_RWC;
1721 u132->hc_control &= OHCI_CTRL_RWC;
H A Disp1362-hcd.c1964 mask & OHCI_CTRL_RWC ? " rwc" : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c2335 hc_control &= OHCI_CTRL_RWC;
2340 hc_control &= OHCI_CTRL_RWC;
2429 hc_control &= OHCI_CTRL_RWC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c2335 hc_control &= OHCI_CTRL_RWC;
2340 hc_control &= OHCI_CTRL_RWC;
2429 hc_control &= OHCI_CTRL_RWC;

Completed in 400 milliseconds