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.c196 if (pwrlvl == PSCI_INVALID_PWR_LVL) in get_power_on_target_pwrlvl()
198 assert(pwrlvl < PSCI_INVALID_PWR_LVL); in get_power_on_target_pwrlvl()
499 if (target_lvl == PSCI_INVALID_PWR_LVL) in psci_validate_suspend_req()
525 max_retn_lvl = PSCI_INVALID_PWR_LVL; in psci_validate_suspend_req()
535 ((max_off_lvl != PSCI_INVALID_PWR_LVL) || in psci_validate_suspend_req()
536 (max_retn_lvl == PSCI_INVALID_PWR_LVL))) in psci_validate_suspend_req()
555 return PSCI_INVALID_PWR_LVL; in psci_find_max_off_lvl()
571 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.c72 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.rst1412 - Assert if power level value greater then PSCI_INVALID_PWR_LVL