Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/nxp/soc-ls1028a/
Dsoc.c187 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()
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/
Dsoc.c66 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in plat_get_power_domain_tree_desc()
102 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_tot_num_cores()
114 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_idle_cluster_mask()
126 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in get_pmu_flush_cluster_mask()
354 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_init()
/trusted-firmware-a-latest/plat/nxp/common/setup/include/
Dplat_common.h143 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count,
/trusted-firmware-a-latest/plat/nxp/soc-lx2160a/
Dsoc.c149 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), in soc_interconnect_config()
482 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), in soc_init()
/trusted-firmware-a-latest/plat/nxp/soc-ls1046a/
Dsoc.c166 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
/trusted-firmware-a-latest/plat/nxp/soc-ls1043a/
Dsoc.c172 get_cluster_info(soc_list, ARRAY_SIZE(soc_list), &num_clusters, &cores_per_cluster); in soc_early_init()
/trusted-firmware-a-latest/plat/nxp/common/setup/
Dls_common.c259 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count, in get_cluster_info() function