Symbol: PCI_REG_ADDR_M
usr/src/uts/common/io/busra.c
140
#define PCI_ADDR_TYPE_MASK (PCI_REG_ADDR_M | PCI_REG_PF_M)
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2189
switch (ranges[i].parent_hi & PCI_REG_ADDR_M) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19283
while ((reg2->pci_phys_hi & PCI_REG_ADDR_M) !=
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19284
PCI_ADDR_MEM32 && (reg2->pci_phys_hi & PCI_REG_ADDR_M) !=
usr/src/uts/common/io/vr/vr.c
607
addr = vrp->regset[n].reg.pci_phys_hi & PCI_REG_ADDR_M;
usr/src/uts/common/os/pcifm.c
1322
if ((pci_ranges->child_high & PCI_REG_ADDR_M) ==
usr/src/uts/common/sys/pci.h
1200
#define PCI_REG_ADDR_G(x) (((x) & PCI_REG_ADDR_M) >> PCI_REG_ADDR_SHIFT)
usr/src/uts/common/sys/pci.h
1211
#define PCI_ADDR_MASK PCI_REG_ADDR_M
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
180
PCI_REG_ADDR_M|PCI_REG_REL_M,
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
190
PCI_REG_ADDR_M|PCI_REG_REL_M,
usr/src/uts/i86pc/io/pci/pci.c
415
space = pci_rp->pci_phys_hi & PCI_REG_ADDR_M;
usr/src/uts/i86pc/io/pci/pci_common.c
1000
if (((phys_hi & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) ||
usr/src/uts/i86pc/io/pciex/npe.c
577
space = pci_rp->pci_phys_hi & PCI_REG_ADDR_M;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
2641
switch (ranges[i].parent_high & PCI_REG_ADDR_M) {
usr/src/uts/sun4/io/pcicfg.c
2837
switch (ranges[i].parent_hi & PCI_REG_ADDR_M) {
usr/src/uts/sun4/io/px/px.c
765
if ((rp->pci_phys_hi & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) {
usr/src/uts/sun4/io/px/px_fm.c
173
if ((rp->pci_phys_hi & PCI_REG_ADDR_M) ==
usr/src/uts/sun4/io/px/px_fm.c
198
if ((rp->pci_phys_hi & PCI_REG_ADDR_M) ==
usr/src/uts/sun4/io/px/px_util.c
147
uint32_t space_type = phys_hi & PCI_REG_ADDR_M; /* 28-bit */
usr/src/uts/sun4/io/px/px_util.c
180
uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M;
usr/src/uts/sun4u/io/pci/pci_util.c
183
uint32_t space_type = phys_hi & PCI_REG_ADDR_M;
usr/src/uts/sun4u/io/pci/pci_util.c
184
uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M;
usr/src/uts/sun4u/io/pci/pcipsy.c
299
if ((rng_p->child_high & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG)
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1155
if ((rng_p->child_high & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG)
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_util.c
145
register uint32_t mask = PCI_REG_ADDR_M | PCI_CONF_ADDR_MASK;