Searched refs:ehci_debug (Results 1 - 2 of 2) 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/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 113 milliseconds