Searched refs:pbus (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 3553 int pbus, int sbus) in pcicfg_set_busnode_props() argument 3580 if (pbus != -1 && sbus != -1) { in pcicfg_set_busnode_props() 3582 "primary-bus", pbus)) != DDI_SUCCESS) { in pcicfg_set_busnode_props() 3808 int pbus, sbus; in pcicfg_setup_bridge() local 3824 pbus = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in pcicfg_setup_bridge() 3828 if (pbus != -1 && sbus != -1) { in pcicfg_setup_bridge() 3829 pci_config_put8(handle, PCI_BCNF_PRIBUS, (uint_t)pbus); in pcicfg_setup_bridge() 3834 ddi_get_name(dip), ddi_get_instance(dip), pbus, in pcicfg_setup_bridge()
|