Lines Matching refs:target
178 plat_local_state_t target; in tegra_last_cpu_in_cluster() local
183 target = states[pos]; in tegra_last_cpu_in_cluster()
184 if (target != PLAT_MAX_OFF_STATE) { in tegra_last_cpu_in_cluster()
203 plat_local_state_t target = states[core_pos]; in tegra_get_afflvl1_pwr_state() local
207 if (target == PSTATE_ID_CORE_POWERDN) { in tegra_get_afflvl1_pwr_state()
219 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
224 if (target == PLAT_MAX_OFF_STATE) { in tegra_get_afflvl1_pwr_state()
238 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
246 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
250 return target; in tegra_get_afflvl1_pwr_state()
261 plat_local_state_t target = PSCI_LOCAL_STATE_RUN; in tegra_soc_get_target_pwr_state() local
267 target = PSTATE_ID_SOC_POWERDN; in tegra_soc_get_target_pwr_state()
272 target = tegra_get_afflvl1_pwr_state(states, ncpu); in tegra_soc_get_target_pwr_state()
276 return target; in tegra_soc_get_target_pwr_state()