Searched refs:max_bus (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/intel/io/pci/ |
H A D | pci_resource.c | 640 int i, max_bus, sub_bus; in hrt_find_bus_range() local 647 max_bus = -1; in hrt_find_bus_range() 652 if (sub_bus > max_bus) in hrt_find_bus_range() 653 max_bus = sub_bus; in hrt_find_bus_range() 655 return (max_bus); in hrt_find_bus_range()
|
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 4055 uint64_t max_bus; in pcicfg_probe_bridge() local 4147 max_bus = pcibus_base + pcibus_alen - 1; in pcicfg_probe_bridge() 4415 (void) pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); in pcicfg_probe_bridge() 4441 bus_range[1] = max_bus; in pcicfg_probe_bridge() 4671 if (highest_bus_reqd > max_bus) in pcicfg_probe_bridge() 4681 *highest_bus = MAX((MIN(highest_bus_reqd, max_bus)), in pcicfg_probe_bridge() 4782 if ((max_bus - *highest_bus) > 0) { in pcicfg_probe_bridge() 4787 *highest_bus+1, max_bus - *highest_bus, in pcicfg_probe_bridge()
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 4907 uint64_t max_bus; in pcicfg_probe_bridge() local 4971 max_bus = pcibus_base + pcibus_alen - 1; in pcicfg_probe_bridge() 5070 pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); in pcicfg_probe_bridge() 5076 bus_range[1] = max_bus; in pcicfg_probe_bridge() 5416 if (highest_bus_reqd > max_bus) in pcicfg_probe_bridge() 5424 *highest_bus = MAX((MIN(highest_bus_reqd, max_bus)), in pcicfg_probe_bridge() 5517 if ((max_bus - *highest_bus) > 0) { in pcicfg_probe_bridge() 5522 *highest_bus+1, max_bus - *highest_bus, in pcicfg_probe_bridge()
|