Home
last modified time | relevance | path

Searched refs:target_lvl (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/lib/psci/
A Dpsci_common.c492 unsigned int max_off_lvl, target_lvl, max_retn_lvl; in psci_validate_suspend_req() local
498 target_lvl = psci_find_target_suspend_lvl(state_info); in psci_validate_suspend_req()
499 if (target_lvl == PSCI_INVALID_PWR_LVL) in psci_validate_suspend_req()
505 for (i = (int) target_lvl; i >= (int) PSCI_CPU_PWR_LVL; i--) { in psci_validate_suspend_req()
526 if (target_lvl != max_off_lvl) in psci_validate_suspend_req()
527 max_retn_lvl = target_lvl; in psci_validate_suspend_req()
A Dpsci_private.h81 static inline void psci_set_suspend_pwrlvl(unsigned int target_lvl) in psci_set_suspend_pwrlvl() argument
83 set_cpu_data(psci_svc_cpu_data.target_pwrlvl, target_lvl); in psci_set_suspend_pwrlvl()

Completed in 4 milliseconds