Searched defs:max_off_lvl (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/psci/
H A Dpsci_suspend.c64 unsigned int max_off_lvl = psci_find_max_off_lvl(state_info); local
81 psci_spd_pm->svc_suspend(max_off_lvl);
115 psci_do_pwrdown_sequence(max_off_lvl);
277 unsigned int max_off_lvl; local
307 max_off_lvl = psci_find_max_off_lvl(state_info);
308 assert (max_off_lvl != PSCI_INVALID_PWR_LVL);
309 psci_spd_pm->svc_suspend_finish(max_off_lvl);
H A Dpsci_common.c468 unsigned int max_off_lvl, target_lvl, max_retn_lvl; local
498 max_off_lvl = psci_find_max_off_lvl(state_info);
500 /* The target_lvl is either equal to the max_off_lvl or max_retn_lvl */
502 if (target_lvl != max_off_lvl)
510 if (!is_power_down_state && (max_off_lvl != PSCI_INVALID_PWR_LVL ||

Completed in 7 milliseconds