Searched refs:PSCI_INVALID_PWR_LVL (Results 1 – 7 of 7) sorted by relevance
195 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()
320 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()
201 if (pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_get_stat()
62 svc_cpu_data->target_pwrlvl = PSCI_INVALID_PWR_LVL; in psci_init_pwr_domain_node()
81 if (target_pwrlvl == PSCI_INVALID_PWR_LVL) { in psci_cpu_suspend()
221 #define PSCI_INVALID_PWR_LVL (PLAT_MAX_PWR_LVL + U(1)) macro
328 - Assert if power level value greater then PSCI_INVALID_PWR_LVL