Lines Matching defs:target
98 * Platform handler to calculate the proper target power level at the
105 plat_local_state_t target = PSCI_LOCAL_STATE_RUN;
113 target = *(states + core_pos);
115 target = *(states + cpu);
117 if ((lvl == MPIDR_AFFLVL1) && (target == PSTATE_ID_CLUSTER_IDLE)) {
131 target = PSCI_LOCAL_STATE_RUN;
150 target = PSTATE_ID_CLUSTER_IDLE;
171 target = PSCI_LOCAL_STATE_RUN;
176 (target == PSTATE_ID_SOC_POWERDN)) {
179 target = PSTATE_ID_SOC_POWERDN;
185 return target;