Searched refs:io_reqd (Results 1 – 2 of 2) sorted by relevance
4368 uint64_t io_reqd = io_answer + in pcicfg_probe_bridge() local4379 if (io_end > io_reqd) in pcicfg_probe_bridge()4396 if (io_reqd > (io_answer + io_alen)) in pcicfg_probe_bridge()4411 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end); in pcicfg_probe_bridge()
5392 uint64_t io_reqd = io_answer + (num_slots * in pcicfg_probe_bridge() local5401 if (io_end > io_reqd) in pcicfg_probe_bridge()5415 if (io_reqd > (io_answer + io_alen)) in pcicfg_probe_bridge()5426 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end); in pcicfg_probe_bridge()