Lines Matching refs:mem_ptr_phys
165 unsigned long mem_ptr_phys; /* physical memory mapped area */ member
461 unsigned long mem_ptr_phys; in hp100_probe1() local
611 mem_ptr_phys = 0UL; in hp100_probe1()
618 mem_ptr_phys = (hp100_inw(MEM_MAP_LSW) | (hp100_inw(MEM_MAP_MSW) << 16)); in hp100_probe1()
619 mem_ptr_phys &= ~0x1fff; /* 8k alignment */ in hp100_probe1()
621 if (bus == HP100_BUS_ISA && (mem_ptr_phys & ~0xfffff) != 0) { in hp100_probe1()
623 mem_ptr_phys = 0; in hp100_probe1()
633 if ((mem_ptr_virt = ioremap((u_long) mem_ptr_phys, virt_memory_size)) == NULL) { in hp100_probe1()
635 …emap for 0x%x bytes high PCI memory at 0x%lx failed\n", dev->name, virt_memory_size, mem_ptr_phys); 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()
655 mem_ptr_phys = 0; in hp100_probe1()
671 lp->mem_ptr_phys = mem_ptr_phys; in hp100_probe1()
767 printk("hp100: Memory area at 0x%lx-0x%lx", mem_ptr_phys, in hp100_probe1()
768 (mem_ptr_phys + (mem_ptr_phys > 0x100000 ? (u_long) lp->memory_size : 16 * 1024)) - 1); in hp100_probe1()
774 dev->mem_start = mem_ptr_phys; in hp100_probe1()
775 dev->mem_end = mem_ptr_phys + lp->memory_size; in hp100_probe1()