Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/psci/
A 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()
A 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()
A Dpsci_stat.c201 if (pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_get_stat()
A Dpsci_setup.c72 svc_cpu_data->target_pwrlvl = PSCI_INVALID_PWR_LVL; in psci_init_pwr_domain_node()
A Dpsci_main.c81 if (target_pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_cpu_suspend()
/trusted-firmware-a/include/lib/psci/
A Dpsci.h221 #define PSCI_INVALID_PWR_LVL (PLAT_MAX_PWR_LVL + U(1)) macro
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt2580 - Assert if power level value greater then PSCI_INVALID_PWR_LVL
/trusted-firmware-a/docs/
A Dchange-log.md2580 - Assert if power level value greater then PSCI_INVALID_PWR_LVL

Completed in 21 milliseconds