Searched refs:highest_bus (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 122 uint_t highest_bus; /* Highest bus seen on the probe */ member 559 uint_t highest_bus, visited = 0; in pcicfg_configure() local 608 bus, trans_device, func & 7, &highest_bus, in pcicfg_configure() 1168 if (entry->highest_bus) { /* secondary bus number */ in pcicfg_ntbridge_configure_done() 1169 if (entry->highest_bus < bus_range.lo) { in pcicfg_ntbridge_configure_done() 1172 bus_range.lo, entry->highest_bus); in pcicfg_ntbridge_configure_done() 1173 new_bus_range[1] = bus_range.lo + entry->highest_bus; in pcicfg_ntbridge_configure_done() 1176 new_bus_range[1] = entry->highest_bus; in pcicfg_ntbridge_configure_done() 2505 if (entry->highest_bus < pci_config_get8(handle, in pcicfg_sum_resources() 2507 entry->highest_bus = in pcicfg_sum_resources() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 157 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() 2615 if (entry->highest_bus < pci_config_get8(handle, in pcicfg_sum_resources() 2617 entry->highest_bus = in pcicfg_sum_resources() [all …]
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 150 uint_t highest_bus; /* Highest bus seen on the probe */ member 1192 phdl->highest_bus = sec_bus; in cardbus_allocate_chunk() 1359 entry->highest_bus, entry->memory_last, entry->io_last); in cardbus_setup_bridge() 1364 entry->highest_bus, entry->memory_last, entry->io_last); in cardbus_setup_bridge() 1374 pci_config_put8(handle, PCI_BCNF_SUBBUS, entry->highest_bus); in cardbus_setup_bridge() 1465 entry->highest_bus); in cardbus_setup_bridge() 1879 if (entry->highest_bus < pci_config_get8(handle, in cardbus_sum_resources() 1881 entry->highest_bus = pci_config_get8( in cardbus_sum_resources()
|