Lines Matching defs:target
187 plat_local_state_t target;
192 target = states[pos];
193 if (target != PLAT_MAX_OFF_STATE) {
204 * Helper function to get target power state for the cluster
210 plat_local_state_t target = states[core_pos];
214 if (target == PLAT_MAX_OFF_STATE) {
231 target = PSCI_LOCAL_STATE_RUN;
235 return target;
239 * Platform handler to calculate the proper target power level at the
246 plat_local_state_t target = PSCI_LOCAL_STATE_RUN;
251 target = PSTATE_ID_SOC_POWERDN;
256 target = tegra_get_afflvl1_pwr_state(states, ncpu);
259 /* target cluster/system state */
260 return target;
333 /* construct the target CPU # */