Home
last modified time | relevance | path

Searched refs:PCI_REG_ADDR_M (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1180 #define PCI_REG_ADDR_M 0x3000000 /* address space mask */ macro
1197 #define PCI_REG_ADDR_G(x) (((x) & PCI_REG_ADDR_M) >> PCI_REG_ADDR_SHIFT)
1208 #define PCI_ADDR_MASK PCI_REG_ADDR_M
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c147 uint32_t space_type = phys_hi & PCI_REG_ADDR_M; /* 28-bit */ in px_reloc_reg()
180 uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M; in px_reloc_reg()
H A Dpx_fm.c173 if ((rp->pci_phys_hi & PCI_REG_ADDR_M) == in px_fm_acc_setup()
198 if ((rp->pci_phys_hi & PCI_REG_ADDR_M) == in px_fm_acc_setup()
H A Dpx.c765 if ((rp->pci_phys_hi & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) { in px_map()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c183 uint32_t space_type = phys_hi & PCI_REG_ADDR_M; in pci_reloc_reg()
184 uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M; in pci_reloc_reg()
H A Dpcipsy.c299 if ((rng_p->child_high & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) in pci_fix_ranges()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c145 register uint32_t mask = PCI_REG_ADDR_M | PCI_CONF_ADDR_MASK; in pcmu_reloc_reg()
H A Dpcicmu.c1155 if ((rng_p->child_high & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) in pcmu_fix_ranges()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c180 PCI_REG_ADDR_M|PCI_REG_REL_M, in gfxp_vga_attach()
190 PCI_REG_ADDR_M|PCI_REG_REL_M, in gfxp_vga_attach()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c415 space = pci_rp->pci_phys_hi & PCI_REG_ADDR_M; in pci_bus_map()
H A Dpci_common.c1000 if (((phys_hi & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) || in pci_common_get_reg_prop()
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c577 space = pci_rp->pci_phys_hi & PCI_REG_ADDR_M; in npe_bus_map()
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c140 #define PCI_ADDR_TYPE_MASK (PCI_REG_ADDR_M | PCI_REG_PF_M)
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c1322 if ((pci_ranges->child_high & PCI_REG_ADDR_M) == in pci_fix_ranges()
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c608 addr = vrp->regset[n].reg.pci_phys_hi & PCI_REG_ADDR_M; in vr_bus_config()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c2189 switch (ranges[i].parent_hi & PCI_REG_ADDR_M) { in cardbus_free_bridge_resources()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2638 switch (ranges[i].parent_high & PCI_REG_ADDR_M) { in pcicfg_free_bridge_resources()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c2837 switch (ranges[i].parent_hi & PCI_REG_ADDR_M) { in pcicfg_free_bridge_resources()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c19283 while ((reg2->pci_phys_hi & PCI_REG_ADDR_M) != in ql_map_mem_bar()
19284 PCI_ADDR_MEM32 && (reg2->pci_phys_hi & PCI_REG_ADDR_M) != in ql_map_mem_bar()