Home
last modified time | relevance | path

Searched refs:PCIE_CONF_HDR_SIZE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dsunpci.c444 regbuf = (uint32_t *)kmem_zalloc((size_t)PCIE_CONF_HDR_SIZE,
451 maskbufsz = (size_t)((PCIE_CONF_HDR_SIZE/ sizeof (uint32_t)) >>
457 for (i = 0; i < (PCIE_CONF_HDR_SIZE / sizeof (uint32_t)); i++) {
487 (size_t)PCIE_CONF_HDR_SIZE)) != DDI_PROP_SUCCESS) {
496 kmem_free(regbuf, (size_t)PCIE_CONF_HDR_SIZE);
828 ASSERT(elements == PCIE_CONF_HDR_SIZE);
831 for (i = 0; i < PCIE_CONF_HDR_SIZE / sizeof (uint32_t); i++) {
/titanic_41/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_pci_cfg.c51 reg.pci_size_low = PCIE_CONF_HDR_SIZE; /* overriden in pciex */ in nhm_pci_cfg_setup()
/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_pci_cfg.c56 reg.pci_size_low = PCIE_CONF_HDR_SIZE; /* overriden in pciex */ in nb_pci_cfg_setup()
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx.c774 if ((off >= PCIE_CONF_HDR_SIZE) || in px_map()
775 (len > PCIE_CONF_HDR_SIZE) || in px_map()
776 (off + len > PCIE_CONF_HDR_SIZE)) in px_map()
/titanic_41/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c517 pci_rp->pci_size_low = PCIE_CONF_HDR_SIZE; in npe_bus_map()
614 pci_rp->pci_size_low = PCIE_CONF_HDR_SIZE; in npe_bus_map()
/titanic_41/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c114 max_cfg_size = PCIE_CONF_HDR_SIZE; in pcitool_init()
1000 if (max_cfg_size == PCIE_CONF_HDR_SIZE) in pcitool_dev_reg_ops()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie.h66 #define PCIE_CONF_HDR_SIZE 4096 /* PCIe configuration header size */ macro