Searched refs:soc_list (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/plat/nxp/soc-ls1028a/ |
| H A D | soc.c | 51 static struct soc_type soc_list[] = { variable 198 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init() 291 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_get_power_domain_tree_desc() 313 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_ls_get_cluster_core_count() 355 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_init() 410 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_tot_num_cores() 419 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_idle_cluster_mask() 428 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_flush_cluster_mask()
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1088a/ |
| H A D | soc.c | 42 static struct soc_type soc_list[] = { variable 69 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_get_power_domain_tree_desc() 105 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_tot_num_cores() 117 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_idle_cluster_mask() 129 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_flush_cluster_mask() 361 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_init()
|
| /rk3399_ARM-atf/plat/nxp/common/setup/ |
| H A D | ls_common.c | 259 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()
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/ |
| H A D | soc.c | 54 static struct soc_type soc_list[] = { variable 152 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), in soc_interconnect_config() 489 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), in soc_init()
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1046a/ |
| H A D | soc.c | 80 static struct soc_type soc_list[] = { variable 173 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1043a/ |
| H A D | soc.c | 80 static struct soc_type soc_list[] = { variable 179 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
|
| /rk3399_ARM-atf/plat/nxp/common/setup/include/ |
| H A D | plat_common.h | 143 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count,
|