• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/

Lines Matching refs:ehci_debug

58 static struct ehci_dbg_port __iomem *ehci_debug;
77 if (!ehci_debug)
80 dbgp_printk(" Debug control: %08x", readl(&ehci_debug->control));
163 ctrl = readl(&ehci_debug->control);
177 writel(ctrl | DBGP_DONE, &ehci_debug->control);
202 writel(ctrl | DBGP_GO, &ehci_debug->control);
204 pids = readl(&ehci_debug->pids);
248 writel(lo, &ehci_debug->data03);
249 writel(hi, &ehci_debug->data47);
258 lo = readl(&ehci_debug->data03);
259 hi = readl(&ehci_debug->data47);
278 pids = readl(&ehci_debug->pids);
281 ctrl = readl(&ehci_debug->control);
287 writel(addr, &ehci_debug->address);
288 writel(pids, &ehci_debug->pids);
305 pids = readl(&ehci_debug->pids);
308 ctrl = readl(&ehci_debug->control);
313 writel(addr, &ehci_debug->address);
314 writel(pids, &ehci_debug->pids);
347 ctrl = readl(&ehci_debug->control);
354 writel(addr, &ehci_debug->address);
355 writel(pids, &ehci_debug->pids);
433 ctrl = readl(&ehci_debug->control);
436 writel(ctrl, &ehci_debug->control);
535 ctrl = readl(&ehci_debug->control);
537 writel(ctrl, &ehci_debug->control);
538 ctrl = readl(&ehci_debug->control);
541 writel(ctrl & ~DBGP_CLAIM, &ehci_debug->control);
810 ctrl = readl(&ehci_debug->control);
812 writel(ctrl, &ehci_debug->control);
892 ehci_debug = ehci_bar + offset;
902 ehci_debug = NULL;
919 if (!ehci_debug || dbgp_not_safe)
927 ctrl = readl(&ehci_debug->control);
975 if (!ehci_debug)
985 ctrl = readl(&ehci_debug->control);
988 writel(ctrl, &ehci_debug->control);
1037 if (!ehci_debug) {
1057 while (readl(&ehci_debug->control) & DBGP_ENABLED) {