Home
last modified time | relevance | path

Searched refs:PCI_RELOCAT_B (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c234 assigned[0].pci_phys_hi = regs[0].pci_phys_hi = (PCI_RELOCAT_B | in add_nvidia_isa_bridge_props()
243 assigned[1].pci_phys_hi = regs[1].pci_phys_hi = (PCI_RELOCAT_B | in add_nvidia_isa_bridge_props()
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_util.c155 if (space_type == PCI_ADDR_CONFIG || phys_hi & PCI_RELOCAT_B) in px_reloc_reg()
299 {(uint_t)(PCI_ADDR_IO|PCI_RELOCAT_B), 0, 0, 0, PX_IO_SIZE },
300 {(uint_t)(PCI_ADDR_MEM32|PCI_RELOCAT_B), 0, 0, 0, PX_MEM_SIZE }
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c167 if ((phys_hi & PCI_RELOCAT_B) || !(phys_hi & PCI_ADDR_MASK)) in pci_reloc_reg()
296 {(uint_t)(PCI_ADDR_IO|PCI_RELOCAT_B), 0, 0, 0, PCI_IO_SIZE },
297 {(uint_t)(PCI_ADDR_MEM32|PCI_RELOCAT_B), 0, 0, 0, PCI_MEM_SIZE }
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2466 (hard_decode ? PCI_RELOCAT_B : offset); in add_reg_props()
2470 PCI_RELOCAT_B | regs[nreg].pci_phys_hi; in add_reg_props()
2584 assigned[nasgn].pci_phys_hi |= PCI_RELOCAT_B; in add_reg_props()
2681 assigned[nasgn].pci_phys_hi = (PCI_RELOCAT_B | in add_reg_props()
2706 (PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc); in add_reg_props()
2716 (PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc); in add_reg_props()
2726 (PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_MEM32 | devloc); in add_reg_props()
2746 (PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc); in add_reg_props()
2756 (PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc); in add_reg_props()
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c391 PCI_ADDR_IO|PCI_RELOCAT_B, VGA_REG_ADDR, in gfxp_vgatext_attach()
402 PCI_ADDR_MEM32|PCI_RELOCAT_B, VGA_MEM_ADDR, in gfxp_vgatext_attach()
/titanic_44/usr/src/uts/common/sys/
H A Dpci.h1192 #define PCI_RELOCAT_B PCI_REG_REL_M /* non-relocatable bit */ macro
/titanic_44/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c153 if ((phys_hi & PCI_RELOCAT_B) || !(phys_hi & PCI_ADDR_MASK)) { in pcmu_reloc_reg()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c510 PCI_ADDR_IO|PCI_RELOCAT_B, VGA_REG_ADDR, in vgatext_attach()
520 PCI_ADDR_MEM32|PCI_RELOCAT_B, VGA_MEM_ADDR, in vgatext_attach()
/titanic_44/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c465 pci_reg.pci_phys_hi |= PCI_RELOCAT_B; in acebus_map()
/titanic_44/usr/src/uts/common/os/
H A Dpcifm.c1253 if ((drv_regp[rn].pci_phys_hi & PCI_RELOCAT_B) && in pci_check_regs()
/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c998 (phys_hi & PCI_RELOCAT_B)) in pci_common_get_reg_prop()
/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c47 #define PCI_NPT_bits (PCI_RELOCAT_B | PCI_PREFETCH_B | PCI_ALIAS_B)
/titanic_44/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c1112 PCI_ADDR_MEM32) | PCI_RELOCAT_B | (bus << 16); in pcmcia_cons_regspec()