/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/ |
D | power_tracer.c | 18 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS, in trace_power_flow() 23 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS, in trace_power_flow() 28 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS, in trace_power_flow() 33 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS); in trace_power_flow() 37 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS); in trace_power_flow() 41 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS); in trace_power_flow()
|
D | scu.c | 13 if (mpidr & MPIDR_CLUSTER_MASK) in disable_scu() 23 if (mpidr & MPIDR_CLUSTER_MASK) in enable_scu()
|
D | plat_pm.c | 108 clusterid = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in get_cluster_data() 326 cluster_id = mpidr & MPIDR_CLUSTER_MASK; in plat_affinst_on() 352 cluster_id = mpidr & MPIDR_CLUSTER_MASK; in plat_power_domain_on() 451 cluster_id = mpidr & MPIDR_CLUSTER_MASK; in plat_affinst_suspend() 489 cluster_id = mpidr & MPIDR_CLUSTER_MASK; in plat_power_domain_suspend()
|
D | plat_topology.c | 67 if (mpidr & ~(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)) in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | power_tracer.c | 18 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS, in trace_power_flow() 23 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS, in trace_power_flow() 28 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS, in trace_power_flow() 33 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS); in trace_power_flow() 37 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS); in trace_power_flow() 41 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS); in trace_power_flow()
|
D | scu.c | 13 if (mpidr & MPIDR_CLUSTER_MASK) in disable_scu() 23 if (mpidr & MPIDR_CLUSTER_MASK) in enable_scu()
|
D | plat_pm.c | 64 clusterid = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in get_cluster_data() 252 cluster_id = mpidr & MPIDR_CLUSTER_MASK; in plat_affinst_on() 325 cluster_id = mpidr & MPIDR_CLUSTER_MASK; in plat_affinst_suspend()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/ |
D | spm_mcdi.c | 304 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_enter() 355 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_leave() 405 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() 437 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_clear_cputop_pwrctrl_for_cluster_on() 492 linear_id = ((mpidr & MPIDR_CLUSTER_MASK) >> 6) | in spm_mcdi_finish_for_on_state()
|
D | spm_hotplug.c | 238 linear_id = ((mpidr & MPIDR_CLUSTER_MASK) >> 6) | in spm_hotplug_on() 259 linear_id = ((mpidr & MPIDR_CLUSTER_MASK) >> 6) | in spm_hotplug_off()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/aarch64/ |
D | plat_helpers.S | 33 and x0, x0, #(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK) 49 and x0, x0, #MPIDR_CLUSTER_MASK
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/ |
D | hikey960_pm.c | 62 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in hikey960_pwr_domain_on() 93 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in hikey960_pwr_domain_off() 179 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in hikey960_pwr_domain_suspend() 255 (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in hikey960_pwr_domain_suspend_finish()
|
D | hikey960_topology.c | 47 if (mpidr & ~(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)) in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/aarch64/ |
D | plat_helpers.S | 57 and x0, x0, #MPIDR_CLUSTER_MASK 78 and x0, x0, #(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK) 118 and x20, x0, #MPIDR_CLUSTER_MASK
|
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/aarch64/ |
D | plat_helpers.S | 34 and x0, x0, #MPIDR_CLUSTER_MASK 48 and x0, x0, #(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/aarch64/ |
D | plat_helpers.S | 48 and x1, x1, #MPIDR_CLUSTER_MASK 90 and x0, x0, #(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)
|
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/ |
D | plat_zynqmp.c | 11 if (mpidr & MPIDR_CLUSTER_MASK) in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/ |
D | plat_topology.c | 24 if (mpidr & MPIDR_CLUSTER_MASK) in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/ |
D | plat_topology.c | 25 cluster_id = mpidr & MPIDR_CLUSTER_MASK; in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hikey_topology.c | 47 if (mpidr & ~(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)) in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/ |
D | topology.c | 41 if (mpidr & ~(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)) in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_helpers.S | 20 and x0, x0, #MPIDR_CLUSTER_MASK
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/ |
D | arm_topology.c | 31 valid_mask = ~(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK); in arm_check_mpidr()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/compat/aarch64/ |
D | plat_helpers_compat.S | 44 and x0, x0, #MPIDR_CLUSTER_MASK
|
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/aarch64/ |
D | tegra_helpers.S | 140 and x0, x0, #(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK) 155 and x0, x0, #MPIDR_CLUSTER_MASK 184 and x0, x0, #MPIDR_CLUSTER_MASK
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/pmusram/ |
D | pmu_sram_cpus_on.S | 26 and x0, x0, #MPIDR_CLUSTER_MASK
|