Searched refs:PSCI_INVALID_PWR_LVL (Results 1 – 8 of 8) sorted by relevance
196 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()
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()
72 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
2580 - Assert if power level value greater then PSCI_INVALID_PWR_LVL
Completed in 30 milliseconds