Lines Matching refs:target
187 plat_local_state_t target; in tegra_last_on_cpu_in_cluster() local
192 target = states[pos]; in tegra_last_on_cpu_in_cluster()
193 if (target != PLAT_MAX_OFF_STATE) { in tegra_last_on_cpu_in_cluster()
210 plat_local_state_t target = states[core_pos]; in tegra_get_afflvl1_pwr_state() local
214 if (target == PLAT_MAX_OFF_STATE) { in tegra_get_afflvl1_pwr_state()
231 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
235 return target; in tegra_get_afflvl1_pwr_state()
246 plat_local_state_t target = PSCI_LOCAL_STATE_RUN; in tegra_soc_get_target_pwr_state() local
251 target = PSTATE_ID_SOC_POWERDN; in tegra_soc_get_target_pwr_state()
256 target = tegra_get_afflvl1_pwr_state(states, ncpu); in tegra_soc_get_target_pwr_state()
260 return target; in tegra_soc_get_target_pwr_state()