Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/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()
/trusted-firmware-a-3.6.0-3.5.0/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()