Lines Matching defs:lvl
51 int rockchip_soc_hlvl_pwr_dm_off(uint32_t lvl,
72 int rockchip_soc_hlvl_pwr_dm_suspend(uint32_t lvl,
78 int rockchip_soc_hlvl_pwr_dm_on_finish(uint32_t lvl,
94 int rockchip_soc_hlvl_pwr_dm_resume(uint32_t lvl,
218 uint32_t lvl;
231 for (lvl = MPIDR_AFFLVL1; lvl <= PLAT_MAX_PWR_LVL; lvl++) {
232 lvl_state = target_state->pwr_domain_state[lvl];
233 ret = rockchip_soc_hlvl_pwr_dm_off(lvl, lvl_state);
245 uint32_t lvl;
267 for (lvl = MPIDR_AFFLVL1; lvl <= PLAT_MAX_PWR_LVL; lvl++) {
268 lvl_state = target_state->pwr_domain_state[lvl];
269 ret = rockchip_soc_hlvl_pwr_dm_suspend(lvl, lvl_state);
282 uint32_t lvl;
288 for (lvl = MPIDR_AFFLVL1; lvl <= PLAT_MAX_PWR_LVL; lvl++) {
289 lvl_state = target_state->pwr_domain_state[lvl];
290 ret = rockchip_soc_hlvl_pwr_dm_on_finish(lvl, lvl_state);
319 uint32_t lvl;
332 for (lvl = MPIDR_AFFLVL1; lvl <= PLAT_MAX_PWR_LVL; lvl++) {
333 lvl_state = target_state->pwr_domain_state[lvl];
334 ret = rockchip_soc_hlvl_pwr_dm_resume(lvl, lvl_state);