Home
last modified time | relevance | path

Searched refs:PLAT_ARM_CLUSTER_COUNT (Results 1 – 25 of 29) sorted by relevance

12

/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/
H A Drdn2_topology.c14 (PLAT_ARM_CLUSTER_COUNT) * (NRD_CHIP_COUNT),
19 #if (PLAT_ARM_CLUSTER_COUNT > 4 || \
26 #if (PLAT_ARM_CLUSTER_COUNT > 8 || \
33 #if (PLAT_ARM_CLUSTER_COUNT > 8 || \
89 #if (PLAT_ARM_CLUSTER_COUNT > 8)
/rk3399_ARM-atf/plat/arm/board/corstone700/common/
H A Dcorstone700_topology.c11 static unsigned char corstone700_power_domain_tree_desc[PLAT_ARM_CLUSTER_COUNT
26 corstone700_power_domain_tree_desc[1] = PLAT_ARM_CLUSTER_COUNT; in plat_get_power_domain_tree_desc()
28 for (i = 0; i < PLAT_ARM_CLUSTER_COUNT; i++) in plat_get_power_domain_tree_desc()
/rk3399_ARM-atf/plat/arm/board/corstone1000/common/
H A Dcorstone1000_topology.c11 static unsigned char corstone1000_power_domain_tree_desc[PLAT_ARM_CLUSTER_COUNT
26 corstone1000_power_domain_tree_desc[1] = PLAT_ARM_CLUSTER_COUNT; in plat_get_power_domain_tree_desc()
28 for (i = 0; i < PLAT_ARM_CLUSTER_COUNT; i++) in plat_get_power_domain_tree_desc()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/include/
H A Dplatform_def.h22 #define PLAT_ARM_CLUSTER_COUNT U(8) macro
24 #define PLAT_ARM_CLUSTER_COUNT U(4) macro
26 #define PLAT_ARM_CLUSTER_COUNT U(16) macro
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_topology.c14 (PLAT_ARM_CLUSTER_COUNT) * (NRD_CHIP_COUNT),
19 #if (PLAT_ARM_CLUSTER_COUNT > 4 || \
26 #if (PLAT_ARM_CLUSTER_COUNT > 8 || \
33 #if (PLAT_ARM_CLUSTER_COUNT > 12 || \
/rk3399_ARM-atf/plat/arm/board/n1sdp/
H A Dn1sdp_topology.c23 PLAT_ARM_CLUSTER_COUNT,
24 PLAT_ARM_CLUSTER_COUNT,
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rdaspen/
H A Drdaspen_topology.c12 PLAT_ARM_CLUSTER_COUNT,
91 if (cluster_id >= PLAT_ARM_CLUSTER_COUNT) { in plat_arm_get_cluster_core_count()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/include/nrd2/
H A Dnrd_plat_arm_def2.h31 PLAT_ARM_CLUSTER_COUNT * \
36 #define PLAT_ARM_CLUSTER_COUNT U(8) macro
38 #define PLAT_ARM_CLUSTER_COUNT U(4) macro
40 #define PLAT_ARM_CLUSTER_COUNT U(16) macro
/rk3399_ARM-atf/fdts/
H A Drdaspen-defs.dtsi267 #if (PLAT_ARM_CLUSTER_COUNT == 1)
282 #elif (PLAT_ARM_CLUSTER_COUNT == 2)
301 #elif (PLAT_ARM_CLUSTER_COUNT == 3)
324 #elif (PLAT_ARM_CLUSTER_COUNT == 4)
351 #endif /* PLAT_ARM_CLUSTER_COUNT */
/rk3399_ARM-atf/plat/arm/common/
H A Darm_ccn.c23 CASSERT(PLAT_ARM_CLUSTER_COUNT == ARRAY_SIZE(master_to_rn_id_map),
H A Darm_topology.c44 if (cluster_id >= PLAT_ARM_CLUSTER_COUNT) in arm_check_mpidr()
/rk3399_ARM-atf/plat/arm/board/morello/
H A Dmorello_topology.c27 PLAT_ARM_CLUSTER_COUNT,
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_topology.c15 PLAT_ARM_CLUSTER_COUNT,
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rd1ae/include/
H A Drd1ae_helpers.S38 mov x4, #PLAT_ARM_CLUSTER_COUNT
H A Dplatform_def.h21 #define PLAT_ARM_CLUSTER_COUNT U(16) macro
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rd1ae/
H A Drd1ae_topology.c17 (PLAT_ARM_CLUSTER_COUNT),
/rk3399_ARM-atf/plat/arm/board/corstone700/common/include/
H A Dplatform_def.h34 #define PLAT_ARM_CLUSTER_COUNT CORSTONE700_CLUSTER_COUNT macro
36 #define PLATFORM_CORE_COUNT (PLAT_ARM_CLUSTER_COUNT * \
/rk3399_ARM-atf/plat/arm/board/morello/include/
H A Dplatform_def.h109 #define PLAT_ARM_CLUSTER_COUNT U(2) macro
115 PLAT_ARM_CLUSTER_COUNT * \
/rk3399_ARM-atf/plat/arm/board/n1sdp/include/
H A Dplatform_def.h130 #define PLAT_ARM_CLUSTER_COUNT U(2) macro
136 PLAT_ARM_CLUSTER_COUNT * \
/rk3399_ARM-atf/plat/arm/board/corstone1000/common/include/
H A Dplatform_def.h41 #define PLAT_ARM_CLUSTER_COUNT CORSTONE1000_CLUSTER_COUNT macro
43 #define PLATFORM_CORE_COUNT (PLAT_ARM_CLUSTER_COUNT * \
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/arch/aarch64/
H A Dnrd_helper.S52 mov x4, #PLAT_ARM_CLUSTER_COUNT
/rk3399_ARM-atf/plat/arm/board/tc/include/
H A Dplatform_def.h339 #define PLAT_ARM_CLUSTER_COUNT U(1) macro
343 #define PLATFORM_CORE_COUNT (PLAT_MAX_CPUS_PER_CLUSTER * PLAT_ARM_CLUSTER_COUNT)
/rk3399_ARM-atf/drivers/arm/dsu/
H A Ddsu.c23 cluster_pmu_state_t cluster_pmu_context[PLAT_ARM_CLUSTER_COUNT];
/rk3399_ARM-atf/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c103 uint32_t cpus_per_cluster[PLAT_ARM_CLUSTER_COUNT] = {0}; in fconf_populate_topology()
107 assert(cluster_count < PLAT_ARM_CLUSTER_COUNT); in fconf_populate_topology()
/rk3399_ARM-atf/include/plat/nuvoton/npcm845x/
H A Dplatform_def.h67 #define PLAT_ARM_CLUSTER_COUNT PLATFORM_CLUSTER_COUNT macro

12