Searched refs:new_bus (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 2362 uint_t new_bus; in cardbus_probe_bridge() local 2428 new_bus = next_bus; in cardbus_probe_bridge() 2430 "NEW bus found [%u]->[%u]\n", bus, new_bus); in cardbus_probe_bridge() 2432 (void) cardbus_set_bus_numbers(config_handle, bus, new_bus); in cardbus_probe_bridge() 2442 switch (cardbus_probe_children(cbp, attpt, new_bus, i, in cardbus_probe_bridge() 2449 new_bus, i, j); in cardbus_probe_bridge() 2500 uint_t new_bus; in cardbus_probe_children() local 2643 new_bus = next_bus; in cardbus_probe_children() 2646 "NEW bus found [%u]->[%u]\n", bus, new_bus); in cardbus_probe_children() 2651 bus, new_bus); in cardbus_probe_children() [all …]
|
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 4042 uint_t new_bus, num_slots; in pcicfg_probe_bridge() local 4149 new_bus = next_bus; in pcicfg_probe_bridge() 4151 DEBUG1("NEW bus found ->[%d]\n", new_bus); in pcicfg_probe_bridge() 4154 *highest_bus = new_bus; in pcicfg_probe_bridge() 4415 (void) pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); in pcicfg_probe_bridge() 4440 bus_range[0] = new_bus; in pcicfg_probe_bridge() 4514 new_bus, trans_device, j & 7, highest_bus, in pcicfg_probe_bridge() 4519 "func [0x%x]\n", new_bus, in pcicfg_probe_bridge() 4528 "func [0x%x]\n", new_bus, in pcicfg_probe_bridge() 4639 uint8_t highest_bus_reqd = new_bus + in pcicfg_probe_bridge() [all …]
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 4896 uint_t new_bus, num_slots; in pcicfg_probe_bridge() local 4973 new_bus = next_bus; in pcicfg_probe_bridge() 4975 DEBUG1("NEW bus found ->[%d]\n", new_bus); in pcicfg_probe_bridge() 4978 *highest_bus = new_bus; in pcicfg_probe_bridge() 5070 pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); in pcicfg_probe_bridge() 5075 bus_range[0] = new_bus; in pcicfg_probe_bridge() 5219 (int)bus, (int)new_bus) != PCICFG_SUCCESS) { in pcicfg_probe_bridge() 5257 new_bus, trans_device, (j & 7), highest_bus, in pcicfg_probe_bridge() 5263 "func [0x%x]\n", new_bus, in pcicfg_probe_bridge() 5271 "func [0x%x]\n", new_bus, in pcicfg_probe_bridge() [all …]
|