Searched refs:mem_ptr_virt (Results 1 – 1 of 1) sorted by relevance
164 void __iomem *mem_ptr_virt; /* virtual memory mapped area, maybe NULL */ member462 void __iomem *mem_ptr_virt; in hp100_probe1() local612 mem_ptr_virt = NULL; in hp100_probe1()633 if ((mem_ptr_virt = ioremap((u_long) mem_ptr_phys, virt_memory_size)) == NULL) { in hp100_probe1()639 …bytes high PCI memory at 0x%lx to %p.\n", dev->name, virt_memory_size, mem_ptr_phys, mem_ptr_virt); in hp100_probe1()645 if (mem_ptr_virt == NULL) { /* all ioremap tries failed */ in hp100_probe1()656 mem_ptr_virt = NULL; in hp100_probe1()672 lp->mem_ptr_virt = mem_ptr_virt; in hp100_probe1()769 if (mem_ptr_virt) in hp100_probe1()770 printk(" (virtual base %p)", mem_ptr_virt); in hp100_probe1()[all …]