Searched refs:ehci_bar (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/early/
H A Dehci-dbgp.c829 void __iomem *ehci_bar; local
883 ehci_bar = (void __iomem *)__fix_to_virt(FIX_DBGP_BASE);
884 ehci_bar += bar_val & ~PAGE_MASK;
885 dbgp_printk("ehci_bar: %p\n", ehci_bar);
887 ehci_caps = ehci_bar;
888 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase));
889 ehci_debug = ehci_bar + offset;

Completed in 282 milliseconds