Searched refs:target_cluster (Results 1 – 2 of 2) sorted by relevance
352 uint64_t target_cluster = (mpidr & MPIDR_CLUSTER_MASK) >> in tegra_soc_pwr_domain_on() local355 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()
324 uint64_t target_cluster = (mpidr & MPIDR_CLUSTER_MASK) >> in tegra_soc_pwr_domain_on() local328 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()