Searched refs:get_cluster_info (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-a-latest/plat/nxp/soc-ls1028a/ |
D | soc.c | 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()
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/ |
D | soc.c | 66 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/ |
D | plat_common.h | 143 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count,
|
/trusted-firmware-a-latest/plat/nxp/soc-lx2160a/ |
D | soc.c | 149 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/ |
D | soc.c | 166 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/ |
D | soc.c | 172 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/ |
D | ls_common.c | 259 void get_cluster_info(const struct soc_type *soc_list, uint8_t ps_count, in get_cluster_info() function
|