Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/lib/psci/
Dpsci_common.c195 if (pwrlvl == PSCI_INVALID_PWR_LVL) in get_power_on_target_pwrlvl()
197 assert(pwrlvl < PSCI_INVALID_PWR_LVL); in get_power_on_target_pwrlvl()
498 if (target_lvl == PSCI_INVALID_PWR_LVL) in psci_validate_suspend_req()
524 max_retn_lvl = PSCI_INVALID_PWR_LVL; in psci_validate_suspend_req()
534 ((max_off_lvl != PSCI_INVALID_PWR_LVL) || in psci_validate_suspend_req()
535 (max_retn_lvl == PSCI_INVALID_PWR_LVL))) in psci_validate_suspend_req()
554 return PSCI_INVALID_PWR_LVL; in psci_find_max_off_lvl()
570 return PSCI_INVALID_PWR_LVL; in psci_find_target_suspend_lvl()
Dpsci_suspend.c320 assert(max_off_lvl != PSCI_INVALID_PWR_LVL); in psci_cpu_suspend_finish()
325 psci_set_suspend_pwrlvl(PSCI_INVALID_PWR_LVL); in psci_cpu_suspend_finish()
Dpsci_stat.c201 if (pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_get_stat()
Dpsci_setup.c62 svc_cpu_data->target_pwrlvl = PSCI_INVALID_PWR_LVL; in psci_init_pwr_domain_node()
Dpsci_main.c81 if (target_pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_cpu_suspend()
/external/arm-trusted-firmware/include/lib/psci/
Dpsci.h221 #define PSCI_INVALID_PWR_LVL (PLAT_MAX_PWR_LVL + U(1)) macro
/external/arm-trusted-firmware/docs/
Dchange-log.rst328 - Assert if power level value greater then PSCI_INVALID_PWR_LVL