Lines Matching defs:target
178 plat_local_state_t target;
183 target = states[pos];
184 if (target != PLAT_MAX_OFF_STATE) {
195 * Helper function to get target power state for the cluster
203 plat_local_state_t target = states[core_pos];
207 if (target == PSTATE_ID_CORE_POWERDN) {
219 target = PSCI_LOCAL_STATE_RUN;
224 if (target == PLAT_MAX_OFF_STATE) {
238 target = PSCI_LOCAL_STATE_RUN;
246 target = PSCI_LOCAL_STATE_RUN;
250 return target;
254 * Platform handler to calculate the proper target power level at the
261 plat_local_state_t target = PSCI_LOCAL_STATE_RUN;
267 target = PSTATE_ID_SOC_POWERDN;
272 target = tegra_get_afflvl1_pwr_state(states, ncpu);
275 /* target cluster/system state */
276 return target;
361 /* construct the target CPU # */