Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/amd/versal2/aarch64/
H A Dhelpers.S23 .extern plat_cluster_count
102 ldr x3, =plat_cluster_count
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_topology.c23 uint32_t plat_cluster_count = PLATFORM_CLUSTER_COUNT; variable
179 plat_cluster_count = clusters; in init_topology_from_dt()
H A Dplat_psci.c52 if (cluster >= plat_cluster_count) { in zynqmp_nopmu_pwr_domain_on()
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Dplat_private.h28 extern uint32_t plat_cluster_count;
/rk3399_ARM-atf/plat/arm/board/fvp/include/
H A Dfconf_hw_config_getter.h29 uint32_t plat_cluster_count; member
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_topology.c43 cluster_count = FCONF_GET_PROPERTY(hw_config, topology, plat_cluster_count); in plat_get_power_domain_tree_desc()
/rk3399_ARM-atf/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c149 soc_topology.plat_cluster_count = cluster_count; in fconf_populate_topology()