Home
last modified time | relevance | path

Searched refs:PCI_REG_REL_M (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1148 (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcicfg_ntbridge_configure_done()
1152 (PCI_REG_REL_M | PCI_ADDR_IO); in pcicfg_ntbridge_configure_done()
1797 (PCI_REG_REL_M | PCI_ADDR_IO); in pcicfg_bridge_assign()
1800 (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcicfg_bridge_assign()
1937 reg[i].pci_phys_hi |= PCI_REG_REL_M; in pcicfg_bridge_assign()
1959 reg[i].pci_phys_hi |= PCI_REG_REL_M; in pcicfg_bridge_assign()
1973 reg[i].pci_phys_hi |= PCI_REG_REL_M; in pcicfg_bridge_assign()
2105 reg[i].pci_phys_hi |= PCI_REG_REL_M; in pcicfg_device_assign()
3157 hiword |= PCI_REG_REL_M; in pcicfg_update_assigned_prop_value()
4160 (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcicfg_probe_bridge()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1183 #define PCI_REG_REL_M 0x80000000 /* relocation bit mask */ macro
1215 #define PCI_RELOCAT_B PCI_REG_REL_M /* non-relocatable bit */
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1249 (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcicfg_ntbridge_configure_done()
1253 (PCI_REG_REL_M | PCI_ADDR_IO); in pcicfg_ntbridge_configure_done()
1905 (PCI_REG_REL_M | PCI_ADDR_IO); in pcicfg_bridge_assign()
1909 (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcicfg_bridge_assign()
3334 hiword |= PCI_REG_REL_M; in pcicfg_update_assigned_prop_value()
5180 range[0].child_hi = range[0].parent_hi |= (PCI_REG_REL_M | PCI_ADDR_IO); in pcicfg_probe_bridge()
5183 (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcicfg_probe_bridge()
5437 reg.pci_phys_hi = (PCI_REG_REL_M | PCI_ADDR_IO); in pcicfg_probe_bridge()
5447 reg.pci_phys_hi = (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcicfg_probe_bridge()
5558 range[0].child_hi = range[0].parent_hi |= (PCI_REG_REL_M | PCI_ADDR_IO); in pcicfg_probe_bridge()
[all …]
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c409 ~PCI_REG_REL_M); in plx_ro_disable()
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1418 if (phys_spec.pci_phys_hi & PCI_REG_REL_M) { in pci_alloc_resource()
1469 if (phys_spec.pci_phys_hi & PCI_REG_REL_M) { in pci_alloc_resource()
1508 if (phys_spec.pci_phys_hi & PCI_REG_REL_M) { in pci_alloc_resource()
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c340 ptype |= PCI_REG_REL_M; in isa_used_to_ranges()
483 pci_reg_p->pci_phys_hi = PCI_ADDR_IO | PCI_REG_REL_M; in isa_apply_range()
/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/common/io/
H A Dbusra.c1639 newregs[j].pci_phys_hi |= PCI_REG_REL_M; in pci_put_available_prop()
1668 newregs[0].pci_phys_hi |= PCI_REG_REL_M; in pci_put_available_prop()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c1500 (PCI_REG_REL_M | PCI_ADDR_IO); in ppb_create_ranges_prop()
1532 (PCI_REG_REL_M | PCI_ADDR_MEM32); in ppb_create_ranges_prop()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c2107 (PCI_REG_REL_M | PCI_ADDR_IO); in pcieb_create_ranges_prop()
2131 (PCI_REG_REL_M | PCI_ADDR_MEM32); in pcieb_create_ranges_prop()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c723 range[0].child_hi = range[0].parent_hi |= (PCI_REG_REL_M | PCI_ADDR_IO); in cardbus_bridge_ranges()
726 (PCI_REG_REL_M | PCI_ADDR_MEM32); in cardbus_bridge_ranges()
1051 reg[i].pci_phys_hi | PCI_REG_REL_M; in cardbus_isa_bridge_ranges()