Lines Matching refs:highest_bus
155 uint_t highest_bus; /* Highest bus seen on the probe */ member
722 uint_t highest_bus = 0; in pcicfg_configure() local
762 func & 7, &highest_bus, flags, is_pcie)) { in pcicfg_configure()
1264 if (entry->highest_bus) { /* secondary bus number */ in pcicfg_ntbridge_configure_done()
1265 if (entry->highest_bus < bus_range.lo) { in pcicfg_ntbridge_configure_done()
1268 bus_range.lo, entry->highest_bus); in pcicfg_ntbridge_configure_done()
1269 new_bus_range[1] = bus_range.lo + entry->highest_bus; in pcicfg_ntbridge_configure_done()
1272 new_bus_range[1] = entry->highest_bus; in pcicfg_ntbridge_configure_done()
2620 if (entry->highest_bus < pci_config_get8(handle, in pcicfg_sum_resources()
2622 entry->highest_bus = in pcicfg_sum_resources()
3809 pci_config_put8(handle, PCI_BCNF_SUBBUS, entry->highest_bus); in pcicfg_setup_bridge()
4007 uint_t func, uint_t *highest_bus, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_probe_children() argument
4116 bus, highest_bus, is_pcie) != PCICFG_SUCCESS) { in pcicfg_probe_children()
4278 uint_t func, uint_t *highest_bus, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_fcode_probe() argument
4455 bus, highest_bus, is_pcie)) != PCICFG_SUCCESS) in pcicfg_fcode_probe()
4690 highest_bus, flags, is_pcie); in pcicfg_fcode_probe()
4893 uint_t *highest_bus, boolean_t is_pcie) in pcicfg_probe_bridge() argument
4978 *highest_bus = new_bus; in pcicfg_probe_bridge()
5257 new_bus, trans_device, (j & 7), highest_bus, in pcicfg_probe_bridge()
5402 if (*highest_bus > highest_bus_reqd) in pcicfg_probe_bridge()
5405 num_slots, new_bus, *highest_bus); in pcicfg_probe_bridge()
5419 num_slots, new_bus, *highest_bus); in pcicfg_probe_bridge()
5424 *highest_bus = MAX((MIN(highest_bus_reqd, max_bus)), in pcicfg_probe_bridge()
5425 *highest_bus); in pcicfg_probe_bridge()
5427 mem_end, io_end, *highest_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()
5529 pcicfg_set_bus_numbers(h, bus, new_bus, *highest_bus); in pcicfg_probe_bridge()