Home
last modified time | relevance | path

Searched refs:max_pwrlvl (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-latest/lib/psci/
Dpsci_common.c337 unsigned int max_pwrlvl = PLAT_MAX_CPU_SUSPEND_PWR_LVL; in psci_update_req_local_pwr_states() local
339 unsigned int max_pwrlvl = PLAT_MAX_PWR_LVL; in psci_update_req_local_pwr_states() local
343 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= max_pwrlvl; lvl++) { in psci_update_req_local_pwr_states()
366 unsigned int max_pwrlvl = PLAT_MAX_CPU_SUSPEND_PWR_LVL; in psci_restore_req_local_pwr_states() local
368 unsigned int max_pwrlvl = PLAT_MAX_PWR_LVL; in psci_restore_req_local_pwr_states() local
371 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= max_pwrlvl; lvl++) { in psci_restore_req_local_pwr_states()