Searched refs:PCI_CONF_HDR_SIZE (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/uts/intel/io/pciex/ |
H A D | pcie_nvidia.c | 233 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 D | px_util.c | 224 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 D | pcmu_util.c | 201 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 D | pcicmu.c | 1204 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 D | pci_cfgacc_4v.c | 42 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
|
/titanic_41/usr/src/uts/sun4u/io/pciex/ |
H A D | pci_cfgacc_4u.c | 36 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_util.c | 224 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 D | db21554.c | 550 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 D | pcipsy.c | 351 PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[1]) != DDI_SUCCESS) { in map_pci_registers()
|
H A D | pcisch.c | 495 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 D | pci_cfgacc_x86.c | 39 #define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
|
/titanic_41/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 1271 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 D | pci_tools.c | 78 static uint64_t max_cfg_size = PCI_CONF_HDR_SIZE;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pci.h | 1061 #define PCI_CONF_HDR_SIZE 256 /* configuration header size */ macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunpci.c | 498 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 D | rge_chip.c | 2040 maxoff = PCI_CONF_HDR_SIZE; in rge_pp_ioctl()
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_chip.c | 1891 maxoff = PCI_CONF_HDR_SIZE; in nge_pp_ioctl()
|
/titanic_41/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 3587 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 D | bge_chip2.c | 5997 maxoff = PCI_CONF_HDR_SIZE; in bge_pp_ioctl()
|