Symbol: PCI_REG_BUS_G
usr/src/cmd/biosdev/biosdev.c
242
busnum = PCI_REG_BUS_G(regval);
usr/src/cmd/pcieadm/pcieadm.c
258
(void) snprintf(bdf, sizeof (bdf), "%x/%x/%x", PCI_REG_BUS_G(regs[0]),
usr/src/cmd/pcieadm/pcieadm.c
261
PCI_REG_BUS_G(regs[0]), PCI_REG_DEV_G(regs[0]),
usr/src/cmd/pcieadm/pcieadm.c
597
pck->pck_bus = PCI_REG_BUS_G(regs[0]);
usr/src/cmd/pcieadm/pcieadm_cfgspace.c
5778
PCI_REG_BUS_G(regs[0]), PCI_REG_DEV_G(regs[0]),
usr/src/cmd/pcieadm/pcieadm_devs.c
448
oarg.psdo_bus = PCI_REG_BUS_G(regs[0]);
usr/src/lib/fm/topo/modules/common/pcibus/did.c
365
np->dp_bus = PCI_REG_BUS_G(reg);
usr/src/lib/fm/topo/modules/common/pcibus/did.c
370
np->dp_bdf = (PCI_REG_BUS_G(reg) << 8) | (PCI_REG_DEV_G(reg) << 3) |
usr/src/uts/common/io/aac/aac_ioctl.c
656
resp->bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/bge/bge_main2.c
3851
bgep->pci_bus = PCI_REG_BUS_G(props[0]);
usr/src/uts/common/io/bnxe/bnxe_main.c
694
PCI_REG_BUS_G(props[0]),
usr/src/uts/common/io/cardbus/cardbus.c
1010
bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/cardbus/cardbus.c
1341
bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3195
PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3204
PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3231
PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3381
PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3525
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/common/io/cardbus/cardbus_hp.c
897
bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/cardbus/cardbus_hp.c
996
bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/cpqary3/cpqary3.c
799
cpqary3p->bus = PCI_REG_BUS_G(*regp);
usr/src/uts/common/io/ena/ena_admin.c
322
ehi->ehi_bdf |= PCI_REG_BUS_G(regs[0]) << 8;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
2171
(uint8_t)PCI_REG_BUS_G(prop[0].pci_phys_hi);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_hw.c
204
dev->pci_bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/hme/hme.c
1025
rom.bus = PCI_REG_BUS_G(regs[0]);
usr/src/uts/common/io/hme/hme.c
983
if ((PCI_REG_BUS_G(reg) != rom->bus) ||
usr/src/uts/common/io/i40e/i40e_main.c
977
bus = PCI_REG_BUS_G(regs[0]);
usr/src/uts/common/io/pcic.c
1994
bus = PCI_REG_BUS_G(reg->pci_phys_hi);
usr/src/uts/common/io/qede/qede_main.c
3573
PCI_REG_BUS_G(props[0]),
usr/src/uts/common/io/sfxge/sfxge_mcdi.c
253
PCI_REG_BUS_G(sp->s_bus_addr),
usr/src/uts/common/io/vr/vr.c
666
PCI_REG_BUS_G(vrp->acc_cfg->reg.pci_phys_hi),
usr/src/uts/common/os/ksensor.c
591
bus = PCI_REG_BUS_G(regs[0]);
usr/src/uts/common/os/pcifm.c
1397
bus_num = PCI_REG_BUS_G(range_offset);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1109
bus = PCI_REG_BUS_G(pcireg->pci_phys_hi);
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
98
*bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/i86pc/io/pci/pci.c
479
cfp->c_busnum = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/i86pc/io/pci/pci_tools.c
1055
if (PCI_REG_BUS_G(bdf) != cb->pbwc_reg->bus_no ||
usr/src/uts/i86pc/io/pciex/npe.c
668
cfp->c_busnum = PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/i86pc/io/psm/psm_common.c
244
*bus = (int)PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1163
*busp = PCI_REG_BUS_G(regspec[0].pci_phys_hi);
usr/src/uts/intel/io/acpica/osl.c
1875
*bus = (int)PCI_REG_BUS_G(pci_rp->pci_phys_hi);
usr/src/uts/intel/io/amdnbtemp/amdnbtemp.c
252
at->at_bus = PCI_REG_BUS_G(regs[0]);
usr/src/uts/intel/io/amdzen/amdzen.c
2166
if (PCI_REG_BUS_G(regs[0]) == AMDZEN_DF_BUSNO &&
usr/src/uts/intel/io/amdzen/amdzen.c
2287
if (!valid && PCI_REG_BUS_G(reg) == AMDZEN_DF_BUSNO &&
usr/src/uts/intel/io/amdzen/amdzen.c
2309
stub->azns_bus = PCI_REG_BUS_G(reg);
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3077
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3156
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/intel/io/imc/imc.c
2554
stub->istub_bus = PCI_REG_BUS_G(regs[0]);
usr/src/uts/intel/io/pci/pci_boot.c
1171
bus = (uchar_t)PCI_REG_BUS_G(physhi);
usr/src/uts/sun4/io/pcicfg.c
3206
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/sun4/io/pcicfg.c
3330
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/sun4/io/px/px_util.c
161
uint32_t bus = PCI_REG_BUS_G(phys_hi);
usr/src/uts/sun4u/io/pci/db21554.c
1856
PCI_REG_BUS_G(pci_reg.pci_phys_hi);
usr/src/uts/sun4u/io/pci/pcipsy.c
515
bus = PCI_REG_BUS_G(phys_hi);
usr/src/uts/sun4v/io/px/px_lib4v.c
1611
busnum = PCI_REG_BUS_G(rp->pci_phys_hi);