Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1028a/
A 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()
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1088a/
A Dsoc.c41 static struct soc_type soc_list[] = { variable
68 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_get_power_domain_tree_desc()
104 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_tot_num_cores()
116 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_idle_cluster_mask()
128 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_flush_cluster_mask()
350 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_init()
/arm-trusted-firmware-2.8.0/plat/nxp/soc-lx2160a/
A 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()
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/
A Dls_common.c259 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count, in get_cluster_info() argument
268 if (soc_list[i].version == soc_info->svr_reg.bf_ver.version) { in get_cluster_info()
269 *num_clusters = soc_list[i].num_clusters; in get_cluster_info()
270 *cores_per_cluster = soc_list[i].cores_per_cluster; in get_cluster_info()
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1046a/
A Dsoc.c79 static struct soc_type soc_list[] = { variable
168 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1043a/
A Dsoc.c79 static struct soc_type soc_list[] = { variable
174 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/include/
A Dplat_common.h143 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count,

Completed in 8 milliseconds