Home
last modified time | relevance | path

Searched defs:cluster_id (Results 1 – 25 of 129) sorted by relevance

123456

/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/aarch64/
Dplat_arch_config.c18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument
42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local
64 int cluster_id; in plat_enable_affinity() local
/external/arm-trusted-firmware/plat/imx/imx8qm/
Dimx8qm_psci.c77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local
117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local
212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
Dspm_mcdi.c307 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_enter() local
358 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_leave() local
408 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() local
440 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_clear_cputop_pwrctrl_for_cluster_on() local
/external/arm-trusted-firmware/plat/brcm/board/common/
Dtimer_sync.c25 void ihost_enable_satellite_timer(unsigned int cluster_id) in ihost_enable_satellite_timer()
59 unsigned int cluster_id; in brcm_timer_sync_init() local
/external/arm-trusted-firmware/plat/layerscape/common/
Dls_topology.c16 unsigned int cluster_id, cpu_id; in ls_check_mpidr() local
/external/arm-trusted-firmware/plat/rockchip/common/
Dplat_topology.c24 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/arm/common/
Darm_topology.c19 unsigned int cluster_id, cpu_id; in arm_check_mpidr() local
/external/arm-trusted-firmware/plat/qemu/common/
Dtopology.c41 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/arm/board/a5ds/
Da5ds_topology.c31 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/mediatek/mt8173/
Dplat_topology.c39 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/mediatek/mt8192/
Dplat_topology.c43 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/mediatek/mt8183/
Dplat_topology.c38 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/imx/common/
Dimx8_topology.c25 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/amlogic/common/
Daml_topology.c37 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/rpi/common/
Drpi3_topology.c39 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_topology.c45 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_topology.c45 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/renesas/common/
Dplat_topology.c26 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/intel/soc/common/
Dsocfpga_topology.c29 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/qemu/qemu_sbsa/
Dsbsa_topology.c41 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_topology.c29 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/socionext/synquacer/
Dsq_topology.c17 unsigned int cluster_id, cpu_id; in plat_core_pos_by_mpidr() local
/external/arm-trusted-firmware/plat/marvell/armada/common/
Dmarvell_topology.c46 unsigned int nb_id, cluster_id, cpu_id; in marvell_check_mpidr() local
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dbrcm_pm_ops.c76 unsigned long cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr()); in brcm_pwr_domain_on_finish() local
171 unsigned long cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr_el1()); in brcm_pwr_domain_off() local
Dpm.c61 unsigned long cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr()); in brcm_pwr_domain_on_finish() local

123456