Searched refs:num_ncoh_regions (Results 1 – 3 of 3) sorted by relevance
775 uint64_t num_ncoh_regions, num_coh_regions; in plat_rmmd_load_manifest() local796 num_ncoh_regions = 2; in plat_rmmd_load_manifest()823 manifest->plat_ncoh_region.num_banks = num_ncoh_regions; in plat_rmmd_load_manifest()844 ((uintptr_t)ncoh_region_ptr + (num_ncoh_regions * in plat_rmmd_load_manifest()923 checksum = num_ncoh_regions + (uint64_t)ncoh_region_ptr; in plat_rmmd_load_manifest()927 sizeof(struct memory_bank) * num_ncoh_regions); in plat_rmmd_load_manifest()930 num_ncoh_regions = FCONF_GET_PROPERTY(hw_config, pci_props, num_ncoh_regions); in plat_rmmd_load_manifest()932 assert((num_ncoh_regions > 0) && (num_ncoh_regions <= 2)); in plat_rmmd_load_manifest()934 for (unsigned long i = 0UL; i < num_ncoh_regions; i++) { in plat_rmmd_load_manifest()945 if (num_ncoh_regions == 1) { in plat_rmmd_load_manifest()[all …]
346 pci_props.num_ncoh_regions = 0UL; 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()
52 uint64_t num_ncoh_regions; member