Searched refs:PCIE_CONF_HDR_SIZE (Results 1 – 7 of 7) sorted by relevance
444 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++) {
51 reg.pci_size_low = PCIE_CONF_HDR_SIZE; /* overriden in pciex */ in nhm_pci_cfg_setup()
56 reg.pci_size_low = PCIE_CONF_HDR_SIZE; /* overriden in pciex */ in nb_pci_cfg_setup()
774 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()
517 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()
114 max_cfg_size = PCIE_CONF_HDR_SIZE; in pcitool_init()1000 if (max_cfg_size == PCIE_CONF_HDR_SIZE) in pcitool_dev_reg_ops()
66 #define PCIE_CONF_HDR_SIZE 4096 /* PCIe configuration header size */ macro