Searched refs:highest_bus (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 121 uint_t highest_bus; /* Highest bus seen on the probe */ member 560 uint_t highest_bus; in pcicfg_configure() local 599 bus, trans_device, func & 7, &highest_bus, in pcicfg_configure() 1140 if (entry->highest_bus) { /* secondary bus number */ in pcicfg_ntbridge_configure_done() 1141 if (entry->highest_bus < bus_range.lo) { in pcicfg_ntbridge_configure_done() 1144 bus_range.lo, entry->highest_bus); in pcicfg_ntbridge_configure_done() 1145 new_bus_range[1] = bus_range.lo + entry->highest_bus; in pcicfg_ntbridge_configure_done() 1148 new_bus_range[1] = entry->highest_bus; in pcicfg_ntbridge_configure_done() 2468 if (entry->highest_bus < pci_config_get8(handle, in pcicfg_sum_resources() 2470 entry->highest_bus = in pcicfg_sum_resources() [all …]
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 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() [all …]
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 148 uint_t highest_bus; /* Highest bus seen on the probe */ member 1194 phdl->highest_bus = sec_bus; in cardbus_allocate_chunk() 1362 entry->highest_bus, entry->memory_last, entry->io_last); in cardbus_setup_bridge() 1367 entry->highest_bus, entry->memory_last, entry->io_last); in cardbus_setup_bridge() 1377 pci_config_put8(handle, PCI_BCNF_SUBBUS, entry->highest_bus); in cardbus_setup_bridge() 1468 entry->highest_bus); in cardbus_setup_bridge() 1883 if (entry->highest_bus < pci_config_get8(handle, in cardbus_sum_resources() 1885 entry->highest_bus = pci_config_get8( in cardbus_sum_resources()
|