Home
last modified time | relevance | path

Searched refs:max_bus (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3788 uint64_t max_bus; in pcicfg_probe_bridge() local
3880 max_bus = pcibus_base + pcibus_alen - 1; in pcicfg_probe_bridge()
4148 (void) pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); in pcicfg_probe_bridge()
4174 bus_range[1] = max_bus; in pcicfg_probe_bridge()
4404 if (highest_bus_reqd > max_bus) in pcicfg_probe_bridge()
4414 *highest_bus = MAX((MIN(highest_bus_reqd, max_bus)), in pcicfg_probe_bridge()
4515 if ((max_bus - *highest_bus) > 0) { in pcicfg_probe_bridge()
4520 *highest_bus+1, max_bus - *highest_bus, in pcicfg_probe_bridge()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4910 uint64_t max_bus; in pcicfg_probe_bridge() local
4974 max_bus = pcibus_base + pcibus_alen - 1; in pcicfg_probe_bridge()
5073 pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); in pcicfg_probe_bridge()
5079 bus_range[1] = max_bus; in pcicfg_probe_bridge()
5419 if (highest_bus_reqd > max_bus) in pcicfg_probe_bridge()
5427 *highest_bus = MAX((MIN(highest_bus_reqd, max_bus)), in pcicfg_probe_bridge()
5520 if ((max_bus - *highest_bus) > 0) { in pcicfg_probe_bridge()
5525 *highest_bus+1, max_bus - *highest_bus, in pcicfg_probe_bridge()