Lines Matching refs:pwrlvl
174 unsigned int pwrlvl;
182 pwrlvl = psci_get_suspend_pwrlvl();
183 if (pwrlvl == PSCI_INVALID_PWR_LVL)
184 pwrlvl = PLAT_MAX_PWR_LVL;
185 return pwrlvl;
193 static void psci_set_req_local_pwr_state(unsigned int pwrlvl,
201 assert(pwrlvl > PSCI_CPU_PWR_LVL);
204 psci_req_local_pwr_states[pwrlvl - 1][cpu_idx] = req_pwr_state;
220 * states requested by each cpu for a power domain at 'pwrlvl'. The size of the
226 static plat_local_state_t *psci_get_req_local_pwr_states(unsigned int pwrlvl,
229 assert(pwrlvl > PSCI_CPU_PWR_LVL);
231 return &psci_req_local_pwr_states[pwrlvl - 1][cpu_idx];