Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4372 uint8_t highest_bus_reqd = new_bus + in pcicfg_probe_bridge() local
4387 if (*highest_bus > highest_bus_reqd) 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()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c5394 uint8_t highest_bus_reqd = new_bus + (num_slots * in pcicfg_probe_bridge() local
5405 if (*highest_bus > highest_bus_reqd) 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()