Searched refs:ehci_bar (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.c836 void __iomem *ehci_bar; local
886 ehci_bar = (void __iomem *)__fix_to_virt(FIX_DBGP_BASE);
887 ehci_bar += bar_val & ~PAGE_MASK;
888 dbgp_printk("ehci_bar: %p\n", ehci_bar);
890 ehci_caps = ehci_bar;
891 ehci_regs = ehci_bar + HC_LENGTH(readl(&ehci_caps->hc_capbase));
892 ehci_debug = ehci_bar + offset;

Completed in 44 milliseconds