Searched refs:PCI_RELOCAT_B (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/intel/io/pciex/ |
H A D | pcie_nvidia.c | 234 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 D | px_util.c | 155 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 D | pci_util.c | 167 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 D | pci_boot.c | 2466 (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 D | gfxp_vgatext.c | 391 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 D | pci.h | 1192 #define PCI_RELOCAT_B PCI_REG_REL_M /* non-relocatable bit */ macro
|
/titanic_44/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_util.c | 153 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 D | vgatext.c | 510 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 D | acebus.c | 465 pci_reg.pci_phys_hi |= PCI_RELOCAT_B; in acebus_map()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | pcifm.c | 1253 if ((drv_regp[rn].pci_phys_hi & PCI_RELOCAT_B) && in pci_check_regs()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 998 (phys_hi & PCI_RELOCAT_B)) in pci_common_get_reg_prop()
|
/titanic_44/usr/src/uts/sun4/io/efcode/ |
H A D | fcpci.c | 47 #define PCI_NPT_bits (PCI_RELOCAT_B | PCI_PREFETCH_B | PCI_ALIAS_B)
|
/titanic_44/usr/src/uts/common/pcmcia/nexus/ |
H A D | pcmcia.c | 1112 PCI_ADDR_MEM32) | PCI_RELOCAT_B | (bus << 16); in pcmcia_cons_regspec()
|