Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c212 regs[0].pci_size_low = assigned[0].pci_size_low = PCI_CONF_HDR_SIZE; in add_nvidia_isa_bridge_props()
221 regs[1].pci_size_low = assigned[1].pci_size_low = PCI_CONF_HDR_SIZE; in add_nvidia_isa_bridge_props()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c222 if (reg_begin > PCI_CONF_HDR_SIZE) in px_xlate_reg()
224 reg_sz = reg_sz ? MIN(reg_sz, PCI_CONF_HDR_SIZE) : in px_xlate_reg()
225 PCI_CONF_HDR_SIZE; in px_xlate_reg()
/illumos-gate/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()
/illumos-gate/usr/src/uts/sun4u/io/pciex/
H A Dpci_cfgacc_4u.c36 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
/illumos-gate/usr/src/uts/sun4v/io/pciex/
H A Dpci_cfgacc_4v.c42 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
/illumos-gate/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.c348 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()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c39 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c1300 if ((offset >= PCI_CONF_HDR_SIZE) || in pci_fm_acc_setup()
1301 (len > PCI_CONF_HDR_SIZE) || in pci_fm_acc_setup()
1302 (offset + len > PCI_CONF_HDR_SIZE)) in pci_fm_acc_setup()
H A Dpci_tools.c83 static uint64_t max_cfg_size = PCI_CONF_HDR_SIZE;
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c400 regbuf = (uint32_t *)kmem_zalloc((size_t)PCI_CONF_HDR_SIZE,
457 kmem_free(regbuf, (size_t)PCI_CONF_HDR_SIZE);
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1079 #define PCI_CONF_HDR_SIZE 256 /* configuration header size */ macro
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c2040 maxoff = PCI_CONF_HDR_SIZE; in rge_pp_ioctl()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5138 for (uint32_t i = PCI_CAP_PTR_OFF / 4; i < PCI_CONF_HDR_SIZE / 4; i++) { in pcieadm_cfgspace()
5149 PCI_CONF_HDR_SIZE - PCI_CAP_PTR_OFF); in pcieadm_cfgspace()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c1897 maxoff = PCI_CONF_HDR_SIZE; in nge_pp_ioctl()
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c3584 while ((cap_id_loc) && (cap_id_loc < PCI_CONF_HDR_SIZE)) { in pcihp_get_hs_csr_location()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c6100 maxoff = PCI_CONF_HDR_SIZE; in bge_pp_ioctl()