Searched defs:isa_hole (Results 1 - 1 of 1) sorted by relevance

/arch/microblaze/pci/
H A Dpci-common.c556 int memno = 0, isa_hole = -1; local
636 isa_hole = memno;
648 (isa_hole >= 0 && range.pci_addr != 0 &&
676 if (isa_hole >= 0 && hose->pci_mem_offset != isa_mb) {
677 unsigned int next = isa_hole + 1;
680 memmove(&hose->mem_resources[isa_hole],

Completed in 38 milliseconds