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 */ member456 void __iomem *mem_ptr_virt; in hp100_probe1() local606 mem_ptr_virt = NULL; in hp100_probe1()627 if ((mem_ptr_virt = ioremap((u_long) mem_ptr_phys, virt_memory_size)) == NULL) { in hp100_probe1()633 …bytes high PCI memory at 0x%lx to %p.\n", dev->name, virt_memory_size, mem_ptr_phys, mem_ptr_virt); in hp100_probe1()639 if (mem_ptr_virt == NULL) { /* all ioremap tries failed */ in hp100_probe1()650 mem_ptr_virt = NULL; in hp100_probe1()666 lp->mem_ptr_virt = mem_ptr_virt; in hp100_probe1()763 if (mem_ptr_virt) in hp100_probe1()764 printk(" (virtual base %p)", mem_ptr_virt); in hp100_probe1()[all …]