Searched refs:pci_props (Results 1 – 3 of 3) sorted by relevance
21 struct pci_props_t pci_props; variable344 pci_props.ecam_base = 0UL; in fconf_populate_pci_props()345 pci_props.size = 0UL; in fconf_populate_pci_props()346 pci_props.num_ncoh_regions = 0UL; in fconf_populate_pci_props()358 (uintptr_t *)&pci_props.ecam_base, in fconf_populate_pci_props()359 (size_t *)&pci_props.size); in fconf_populate_pci_props()388 pci_props.num_ncoh_regions = (uint64_t)(len / entry_len); in fconf_populate_pci_props()390 if (pci_props.num_ncoh_regions > ARM_PCI_NUM_REGIONS) { in fconf_populate_pci_props()392 pci_props.num_ncoh_regions = ARM_PCI_NUM_REGIONS; in fconf_populate_pci_props()395 for (unsigned int i = 0U; i < (unsigned int)pci_props.num_ncoh_regions; i++) { in fconf_populate_pci_props()[all …]
21 #define hw_config__pci_props_getter(prop) pci_props.prop68 extern struct pci_props_t pci_props;
930 num_ncoh_regions = FCONF_GET_PROPERTY(hw_config, pci_props, num_ncoh_regions); in plat_rmmd_load_manifest()936 FCONF_GET_PROPERTY(hw_config, pci_props, ncoh_regions[i].base); in plat_rmmd_load_manifest()938 FCONF_GET_PROPERTY(hw_config, pci_props, ncoh_regions[i].size); in plat_rmmd_load_manifest()