Searched refs:mem_ptr_virt (Results 1 – 1 of 1) sorted by relevance
152 void __iomem *mem_ptr_virt; /* virtual memory mapped area, maybe NULL */ member444 void __iomem *mem_ptr_virt; in hp100_probe1() local594 mem_ptr_virt = NULL; in hp100_probe1()615 if ((mem_ptr_virt = ioremap((u_long) mem_ptr_phys, virt_memory_size)) == NULL) { in hp100_probe1()621 …bytes high PCI memory at 0x%lx to %p.\n", dev->name, virt_memory_size, mem_ptr_phys, mem_ptr_virt); in hp100_probe1()627 if (mem_ptr_virt == NULL) { /* all ioremap tries failed */ in hp100_probe1()638 mem_ptr_virt = NULL; in hp100_probe1()654 lp->mem_ptr_virt = mem_ptr_virt; in hp100_probe1()751 if (mem_ptr_virt) in hp100_probe1()752 printk(" (virtual base %p)", mem_ptr_virt); in hp100_probe1()[all …]