Home
last modified time | relevance | path

Searched refs:last_at_pwrlvl (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_pm.c60 req_state->last_at_pwrlvl = psci_get_pstate_pwrlvl(power_state); in arm_validate_power_state()
105 req_state->last_at_pwrlvl = state_id & ARM_LOCAL_PSTATE_MASK; in arm_validate_power_state()
/rk3399_ARM-atf/plat/qti/common/src/
H A Dqti_pm.c120 req_state->last_at_pwrlvl = state_id & QTI_LOCAL_PSTATE_MASK; in qti_validate_power_state()
257 req_state->last_at_pwrlvl = PLAT_MAX_PWR_LVL; in qti_get_sys_suspend_power_state()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_pm.c354 req_state->last_at_pwrlvl = PLAT_MAX_PWR_LVL; in fvp_get_sys_suspend_power_state()
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h290 unsigned int last_at_pwrlvl; member
/rk3399_ARM-atf/lib/psci/
H A Dpsci_common.c705 lvl = state_info->last_at_pwrlvl; in psci_validate_state_coordination()