/illumos-gate/usr/src/cmd/pcieadm/ |
H A D | pcieadm.c | 244 (void) snprintf(bdf, sizeof (bdf), "%x/%x/%x", PCI_REG_BUS_G(regs[0]), in pcieadm_find_dip_cb() 247 PCI_REG_BUS_G(regs[0]), PCI_REG_DEV_G(regs[0]), in pcieadm_find_dip_cb() 518 pck->pck_bus = PCI_REG_BUS_G(regs[0]); in pcieadm_init_cfgspace_kernel()
|
H A D | pcieadm_devs.c | 424 oarg.psdo_bus = PCI_REG_BUS_G(regs[0]); in pcieadm_show_devs_walk_cb()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did.c | 365 np->dp_bus = PCI_REG_BUS_G(reg); in did_create() 370 np->dp_bdf = (PCI_REG_BUS_G(reg) << 8) | (PCI_REG_DEV_G(reg) << 3) | in did_create()
|
/illumos-gate/usr/src/uts/intel/io/amdnbtemp/ |
H A D | amdnbtemp.c | 252 at->at_bus = PCI_REG_BUS_G(regs[0]); in amdnbtemp_attach()
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 98 *bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in gfxp_pci_get_bsf()
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_mcdi.c | 253 PCI_REG_BUS_G(sp->s_bus_addr), in sfxge_mcdi_logger()
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_util.c | 161 uint32_t bus = PCI_REG_BUS_G(phys_hi); in px_reloc_reg()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_hw.c | 204 dev->pci_bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in oce_get_bdf()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 897 bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in cbus_configure() 996 bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in cbus_unconfigure()
|
H A D | cardbus_cfg.c | 3195 PCI_REG_BUS_G(reg->pci_phys_hi), 3204 PCI_REG_BUS_G(reg->pci_phys_hi), 3231 PCI_REG_BUS_G(reg->pci_phys_hi), 3381 PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), 3525 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
|
H A D | cardbus.c | 1010 bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in cardbus_ctlops() 1341 bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in cardbus_name_child()
|
/illumos-gate/usr/src/cmd/biosdev/ |
H A D | biosdev.c | 242 busnum = PCI_REG_BUS_G(regval); in i_match_pcibdf()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksensor.c | 591 bus = PCI_REG_BUS_G(regs[0]); in ksensor_create_scalar_pcidev()
|
H A D | pcifm.c | 1397 bus_num = PCI_REG_BUS_G(range_offset); in pci_check_ranges()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 1199 #define PCI_REG_BUS_G(x) (((x) & PCI_REG_BUS_M) >> PCI_REG_BUS_SHIFT) macro
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci.c | 479 cfp->c_busnum = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in pci_bus_map()
|
/illumos-gate/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.c | 799 cpqary3p->bus = PCI_REG_BUS_G(*regp); in cpqary3_update_ctlrdetails()
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_admin.c | 322 ehi->ehi_bdf |= PCI_REG_BUS_G(regs[0]) << 8; in ena_init_host_info()
|
/illumos-gate/usr/src/uts/intel/io/amdzen/ |
H A D | amdzen.c | 2135 if (PCI_REG_BUS_G(regs[0]) == AMDZEN_DF_BUSNO && in amdzen_stub_scan_cb() 2256 if (!valid && PCI_REG_BUS_G(reg) == AMDZEN_DF_BUSNO && in amdzen_attach_stub() 2278 stub->azns_bus = PCI_REG_BUS_G(reg); in amdzen_attach_stub()
|
/illumos-gate/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 244 *bus = (int)PCI_REG_BUS_G(pci_rp->pci_phys_hi); in get_bdf()
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 657 resp->bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in aac_get_pci_info()
|
/illumos-gate/usr/src/uts/i86pc/io/pciex/ |
H A D | npe.c | 668 cfp->c_busnum = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in npe_bus_map()
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_main.c | 694 PCI_REG_BUS_G(props[0]), in BnxeAttachDevice()
|
/illumos-gate/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_psm.c | 1163 *busp = PCI_REG_BUS_G(regspec[0].pci_phys_hi); in get_busdevfn()
|
/illumos-gate/usr/src/uts/common/io/hme/ |
H A D | hme.c | 983 if ((PCI_REG_BUS_G(reg) != rom->bus) || in hme_mapebusrom() 1025 rom.bus = PCI_REG_BUS_G(regs[0]); in hmeget_promebus()
|