Home
last modified time | relevance | path

Searched refs:PLATFORM_CLUSTER_COUNT (Results 1 – 25 of 81) sorted by relevance

1234

/trusted-firmware-a/plat/qemu/qemu_sbsa/
A Dsbsa_topology.c15 static unsigned char power_domain_tree_desc[PLATFORM_CLUSTER_COUNT + 1];
24 power_domain_tree_desc[0] = PLATFORM_CLUSTER_COUNT; in plat_get_power_domain_tree_desc()
26 for (i = 0U; i < PLATFORM_CLUSTER_COUNT; i++) { in plat_get_power_domain_tree_desc()
52 if (cluster_id >= PLATFORM_CLUSTER_COUNT) { in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/hisilicon/hikey/include/
A Dplatform_def.h31 #define PLATFORM_CLUSTER_COUNT U(2) macro
33 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER_COUNT * \
37 PLATFORM_CLUSTER_COUNT + U(1))
/trusted-firmware-a/plat/allwinner/common/include/
A Dplatform_def.h66 PLATFORM_CLUSTER_COUNT + \
71 #define PLATFORM_CLUSTER_COUNT U(1) macro
72 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER_COUNT * \
/trusted-firmware-a/plat/hisilicon/hikey960/include/
A Dplatform_def.h28 #define PLATFORM_CLUSTER_COUNT U(2) macro
30 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER_COUNT * \
34 PLATFORM_CLUSTER_COUNT + 1)
/trusted-firmware-a/plat/allwinner/common/
A Dsunxi_topology.c16 PLATFORM_CLUSTER_COUNT,
28 cluster >= PLATFORM_CLUSTER_COUNT || in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/imx/common/
A Dimx8_topology.c13 PLATFORM_CLUSTER_COUNT,
35 if (cluster_id > PLATFORM_CLUSTER_COUNT || in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/amlogic/common/
A Daml_topology.c16 PLATFORM_CLUSTER_COUNT,
46 if (cluster_id >= PLATFORM_CLUSTER_COUNT) in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/rpi/common/
A Drpi3_topology.c18 PLATFORM_CLUSTER_COUNT,
49 if (cluster_id >= PLATFORM_CLUSTER_COUNT) { in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/hisilicon/hikey/
A Dhikey_topology.c22 PLATFORM_CLUSTER_COUNT,
55 if (cluster_id >= PLATFORM_CLUSTER_COUNT) in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/hisilicon/hikey960/
A Dhikey960_topology.c22 PLATFORM_CLUSTER_COUNT,
55 if (cluster_id >= PLATFORM_CLUSTER_COUNT) in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/qemu/common/
A Dtopology.c18 PLATFORM_CLUSTER_COUNT,
50 if (cluster_id >= PLATFORM_CLUSTER_COUNT) in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/mediatek/mt8173/
A Dplat_topology.c16 PLATFORM_CLUSTER_COUNT,
49 if (cluster_id >= PLATFORM_CLUSTER_COUNT) in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/mediatek/mt8183/
A Dplat_topology.c15 PLATFORM_CLUSTER_COUNT,
48 if (cluster_id >= PLATFORM_CLUSTER_COUNT) in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_topology.c14 PLATFORM_CLUSTER_COUNT,
44 if (cluster_id >= PLATFORM_CLUSTER_COUNT) { in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/renesas/common/
A Dplat_topology.c14 PLATFORM_CLUSTER_COUNT,
36 if (cluster_id >= PLATFORM_CLUSTER_COUNT) in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/mediatek/mt8195/
A Dplat_topology.c20 PLATFORM_CLUSTER_COUNT,
57 if (cluster_id >= PLATFORM_CLUSTER_COUNT) { in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/mediatek/mt8192/
A Dplat_topology.c22 PLATFORM_CLUSTER_COUNT,
62 if (cluster_id >= PLATFORM_CLUSTER_COUNT) { in plat_core_pos_by_mpidr()
/trusted-firmware-a/plat/amlogic/g12a/include/
A Dplatform_def.h21 #define PLATFORM_CLUSTER_COUNT U(1) macro
28 #define PLAT_NUM_PWR_DOMAINS (PLATFORM_CLUSTER_COUNT + \
/trusted-firmware-a/plat/amlogic/gxl/include/
A Dplatform_def.h21 #define PLATFORM_CLUSTER_COUNT U(1) macro
28 #define PLAT_NUM_PWR_DOMAINS (PLATFORM_CLUSTER_COUNT + \
/trusted-firmware-a/plat/amlogic/gxbb/include/
A Dplatform_def.h24 #define PLATFORM_CLUSTER_COUNT U(1) macro
31 #define PLAT_NUM_PWR_DOMAINS (PLATFORM_CLUSTER_COUNT + \
/trusted-firmware-a/plat/amlogic/axg/include/
A Dplatform_def.h21 #define PLATFORM_CLUSTER_COUNT U(1) macro
28 #define PLAT_NUM_PWR_DOMAINS (PLATFORM_CLUSTER_COUNT + \
/trusted-firmware-a/plat/rockchip/rk3288/include/
A Dplatform_def.h40 #define PLATFORM_CLUSTER_COUNT U(1) macro
45 PLATFORM_CLUSTER_COUNT + \
/trusted-firmware-a/plat/rockchip/rk3328/include/
A Dplatform_def.h40 #define PLATFORM_CLUSTER_COUNT U(1) macro
47 PLATFORM_CLUSTER_COUNT + \
/trusted-firmware-a/plat/rockchip/rk3399/include/
A Dplatform_def.h42 #define PLATFORM_CLUSTER_COUNT U(2) macro
49 PLATFORM_CLUSTER_COUNT + \
/trusted-firmware-a/plat/rockchip/px30/include/
A Dplatform_def.h43 #define PLATFORM_CLUSTER_COUNT U(1) macro
50 PLATFORM_CLUSTER_COUNT + \

Completed in 16 milliseconds

1234