Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/psci/
H A Dpsci_common.c294 assert(pwrlvl < PSCI_INVALID_PWR_LVL); in get_power_on_target_pwrlvl()
742 if (target_lvl == PSCI_INVALID_PWR_LVL) { in psci_validate_suspend_req()
770 max_retn_lvl = PSCI_INVALID_PWR_LVL; in psci_validate_suspend_req()
781 ((max_off_lvl != PSCI_INVALID_PWR_LVL) || in psci_validate_suspend_req()
782 (max_retn_lvl == PSCI_INVALID_PWR_LVL))) { in psci_validate_suspend_req()
803 return PSCI_INVALID_PWR_LVL; in psci_find_max_off_lvl()
820 return PSCI_INVALID_PWR_LVL; in psci_find_target_suspend_lvl()
1063 assert(max_off_lvl != PSCI_INVALID_PWR_LVL); in psci_warmboot_entrypoint()
H A Dpsci_stat.c196 if (pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_get_stat()
H A Dpsci_main.c98 if (target_pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_cpu_suspend()
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h235 #define PSCI_INVALID_PWR_LVL (PLAT_MAX_PWR_LVL + U(1)) macro
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H A Dpwr_ctrl.c100 return PSCI_INVALID_PWR_LVL; in armv8_2_get_pwr_afflv()
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c107 return PSCI_INVALID_PWR_LVL; in get_pwr_afflv()
/rk3399_ARM-atf/docs/
H A Dchange-log.md11207 - Assert if power level value greater then PSCI_INVALID_PWR_LVL