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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c58 static struct ehci_dbg_port __iomem *ehci_debug; variable in typeref:struct:__iomem
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
[all...]

Completed in 59 milliseconds