Searched refs:mem_ptr_phys (Results 1 – 1 of 1) sorted by relevance
165 unsigned long mem_ptr_phys; /* physical memory mapped area */ member455 unsigned long mem_ptr_phys; in hp100_probe1() local605 mem_ptr_phys = 0UL; in hp100_probe1()612 mem_ptr_phys = (hp100_inw(MEM_MAP_LSW) | (hp100_inw(MEM_MAP_MSW) << 16)); in hp100_probe1()613 mem_ptr_phys &= ~0x1fff; /* 8k alignment */ in hp100_probe1()615 if (bus == HP100_BUS_ISA && (mem_ptr_phys & ~0xfffff) != 0) { in hp100_probe1()617 mem_ptr_phys = 0; in hp100_probe1()627 if ((mem_ptr_virt = ioremap((u_long) mem_ptr_phys, virt_memory_size)) == NULL) { in hp100_probe1()629 …emap for 0x%x bytes high PCI memory at 0x%lx failed\n", dev->name, virt_memory_size, mem_ptr_phys); 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()[all …]