Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c233 regs[0].pci_size_low = assigned[0].pci_size_low = PCI_CONF_HDR_SIZE; in add_nvidia_isa_bridge_props()
242 regs[1].pci_size_low = assigned[1].pci_size_low = PCI_CONF_HDR_SIZE; in add_nvidia_isa_bridge_props()
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_util.c224 if (reg_begin > PCI_CONF_HDR_SIZE) in px_xlate_reg()
226 reg_sz = reg_sz ? MIN(reg_sz, PCI_CONF_HDR_SIZE) : in px_xlate_reg()
227 PCI_CONF_HDR_SIZE; in px_xlate_reg()
/titanic_41/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c201 if (reg_begin > PCI_CONF_HDR_SIZE) { in pcmu_xlate_reg()
204 sz = sz ? MIN(sz, PCI_CONF_HDR_SIZE) : PCI_CONF_HDR_SIZE; in pcmu_xlate_reg()
H A Dpcicmu.c1204 PCI_CONF_HDR_SIZE, &attr, &pcmu_p->pcmu_ac[1]) != DDI_SUCCESS) { in map_pcmu_registers()
/titanic_41/usr/src/uts/sun4v/io/pciex/
H A Dpci_cfgacc_4v.c42 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
/titanic_41/usr/src/uts/sun4u/io/pciex/
H A Dpci_cfgacc_4u.c36 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c224 if (reg_begin > PCI_CONF_HDR_SIZE) in pci_xlate_reg()
226 sz = sz ? MIN(sz, PCI_CONF_HDR_SIZE) : PCI_CONF_HDR_SIZE; in pci_xlate_reg()
H A Ddb21554.c550 PCI_CONF_HDR_SIZE, &db_csr_attr, &dbp->conf_handle)) in db_attach()
1813 if ((offset >= PCI_CONF_HDR_SIZE) || in db_pci_map()
1814 (len > PCI_CONF_HDR_SIZE) || in db_pci_map()
1815 (offset + len > PCI_CONF_HDR_SIZE)) { in db_pci_map()
H A Dpcipsy.c351 PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[1]) != DDI_SUCCESS) { in map_pci_registers()
H A Dpcisch.c495 PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[2]) != DDI_SUCCESS) { in map_pci_registers()
/titanic_41/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c39 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
/titanic_41/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c1271 if ((offset >= PCI_CONF_HDR_SIZE) || in pci_fm_acc_setup()
1272 (len > PCI_CONF_HDR_SIZE) || in pci_fm_acc_setup()
1273 (offset + len > PCI_CONF_HDR_SIZE)) in pci_fm_acc_setup()
H A Dpci_tools.c78 static uint64_t max_cfg_size = PCI_CONF_HDR_SIZE;
/titanic_41/usr/src/uts/common/sys/
H A Dpci.h1061 #define PCI_CONF_HDR_SIZE 256 /* configuration header size */ macro
/titanic_41/usr/src/uts/common/os/
H A Dsunpci.c498 regbuf = (uint32_t *)kmem_zalloc((size_t)PCI_CONF_HDR_SIZE,
555 kmem_free(regbuf, (size_t)PCI_CONF_HDR_SIZE);
/titanic_41/usr/src/uts/common/io/rge/
H A Drge_chip.c2040 maxoff = PCI_CONF_HDR_SIZE; in rge_pp_ioctl()
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_chip.c1891 maxoff = PCI_CONF_HDR_SIZE; in nge_pp_ioctl()
/titanic_41/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c3587 while ((cap_id_loc) && (cap_id_loc < PCI_CONF_HDR_SIZE)) { in pcihp_get_hs_csr_location()
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_chip2.c5997 maxoff = PCI_CONF_HDR_SIZE; in bge_pp_ioctl()