Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/marvell/armada/a8k/common/include/
H A Dplatform_def.h90 #define PLAT_MARVELL_CLUSTER_CORE_COUNT U(2) macro
93 PLAT_MARVELL_CLUSTER_CORE_COUNT)
95 #define PLAT_MAX_CPUS_PER_CLUSTER PLAT_MARVELL_CLUSTER_CORE_COUNT
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmarvell_topology.c33 PLAT_MARVELL_CLUSTER_CORE_COUNT; in plat_get_power_domain_tree_desc()
65 if (cpu_id >= PLAT_MARVELL_CLUSTER_CORE_COUNT) in marvell_check_mpidr()
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/aarch64/
H A Dplat_arch_config.c68 cluster_id = plat_my_core_pos() / PLAT_MARVELL_CLUSTER_CORE_COUNT; in plat_enable_affinity()
/rk3399_ARM-atf/include/plat/marvell/armada/a3k/common/
H A Dmarvell_def.h126 #define PLATFORM_CORE_COUNT PLAT_MARVELL_CLUSTER_CORE_COUNT
/rk3399_ARM-atf/plat/marvell/armada/common/mss/
H A Dmss_scp_bootloader.c186 PLAT_MARVELL_CLUSTER_CORE_COUNT; in mss_ap_load_image()
188 PLAT_MARVELL_CLUSTER_CORE_COUNT; in mss_ap_load_image()
/rk3399_ARM-atf/plat/marvell/armada/a3k/common/include/
H A Dplatform_def.h89 #define PLAT_MARVELL_CLUSTER_CORE_COUNT U(2) macro
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/
H A Dplat_pm.c235 cpu_id = cluster * PLAT_MARVELL_CLUSTER_CORE_COUNT + cpu_id; in plat_marvell_cpu_powerup()