Lines Matching defs:io_end
4900 uint64_t io_answer, io_base, io_alen, io_size, io_end;
5362 io_end = PCICFG_ROUND_UP(phdl.io_base, PCICFG_IOGRAN);
5365 "Mem=0x%lx I/O=0x%lx\n", num_slots, mem_end, io_end);
5386 uint64_t io_assigned = io_end;
5398 if (io_end > io_reqd)
5401 num_slots, io_answer, io_end);
5415 num_slots, io_answer, io_end);
5423 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end);
5426 DEBUG3("mem_end %lx, io_end %lx, highest_bus %x\n",
5427 mem_end, io_end, *highest_bus);
5430 io_size = io_end - io_assigned;
5486 io_end, (io_answer + io_alen) - io_end,
5489 if (io_end == io_answer) {
5509 PCICFG_LOADDR(io_end) - 1)));
5512 PCICFG_HIWORD(PCICFG_LOADDR(io_end - 1)));
5514 io_size = io_end - io_base;