Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm.c79 static uint64_t suspend_abort_reason; variable
358 suspend_abort_reason = MTK_PM_SUSPEND_ABORT_PWR_REQ; in mcusys_prepare_suspend()
364 suspend_abort_reason = MTK_PM_SUSPEND_ABORT_LAST_CORE; in mcusys_prepare_suspend()
382 suspend_abort_reason = MTK_PM_SUSPEND_ABORT_RC_INVALID; in mcusys_prepare_suspend()
389 suspend_abort_reason = MTK_PM_SUSPEND_OK; in mcusys_prepare_suspend()
399 if (suspend_abort_reason == MTK_PM_SUSPEND_ABORT_PWR_REQ) in mcusys_prepare_suspend()
401 else if (suspend_abort_reason == MTK_PM_SUSPEND_ABORT_LAST_CORE) in mcusys_prepare_suspend()
403 else if (suspend_abort_reason == in mcusys_prepare_suspend()
530 return suspend_abort_reason; in mtk_suspend_abort_reason_get()