Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nxp/soc-ls1028a/
H A Dsoc.c194 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
287 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_get_power_domain_tree_desc()
309 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_ls_get_cluster_core_count()
351 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_init()
406 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_tot_num_cores()
415 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_idle_cluster_mask()
424 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 Dsoc.c69 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/include/
H A Dplat_common.h143 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count,
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/
H A Dsoc.c152 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 Dsoc.c173 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 Dsoc.c179 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/
H A Dls_common.c259 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count, in get_cluster_info() function