Home
last modified time | relevance | path

Searched refs:soc_list (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/plat/nxp/soc-ls1028a/
Dsoc.c50 static struct soc_type soc_list[] = { variable
187 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
280 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_get_power_domain_tree_desc()
302 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_ls_get_cluster_core_count()
344 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_init()
399 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_tot_num_cores()
408 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_idle_cluster_mask()
417 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_flush_cluster_mask()
/external/arm-trusted-firmware/plat/nxp/soc-lx2160a/
Dsoc.c50 static struct soc_type soc_list[] = { variable
125 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), in soc_interconnect_config()
449 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), in soc_init()
/external/arm-trusted-firmware/plat/nxp/common/setup/
Dls_common.c246 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count, in get_cluster_info() argument
255 if (soc_list[i].version == soc_info->svr_reg.bf_ver.version) { in get_cluster_info()
256 *num_clusters = soc_list[i].num_clusters; in get_cluster_info()
257 *cores_per_cluster = soc_list[i].cores_per_cluster; in get_cluster_info()
/external/arm-trusted-firmware/plat/nxp/common/setup/include/
Dplat_common.h141 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count,