Home
last modified time | relevance | path

Searched refs:target_cluster (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/xilinx/common/
Dplat_startup.c215 uint32_t target_cluster; in xbl_handover() local
217 target_cluster = get_xbl_cluster(&HandoffParams->partition[i]); in xbl_handover()
218 if (target_cluster != XBL_FLAGS_CLUSTER_0) { in xbl_handover()
220 target_cluster); in xbl_handover()
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t194/
Dplat_psci_handlers.c324 uint64_t target_cluster = (mpidr & MPIDR_CLUSTER_MASK) >> in tegra_soc_pwr_domain_on() local
328 if (target_cluster > ((uint32_t)PLATFORM_CLUSTER_COUNT - 1U)) { in tegra_soc_pwr_domain_on()
334 target_cpu += (target_cluster << 1U); in tegra_soc_pwr_domain_on()
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t186/
Dplat_psci_handlers.c352 uint64_t target_cluster = (mpidr & MPIDR_CLUSTER_MASK) >> in tegra_soc_pwr_domain_on() local
355 if (target_cluster > ((uint32_t)PLATFORM_CLUSTER_COUNT - 1U)) { in tegra_soc_pwr_domain_on()
362 target_cpu |= (target_cluster << 2); in tegra_soc_pwr_domain_on()