Searched refs:MTK_SYSTEM_PWR_STATE (Results 1 – 2 of 2) sorted by relevance
39 #define MTK_SYSTEM_PWR_STATE(state) ((PLAT_MAX_PWR_LVL > MTK_PWR_LVL1) ?\ macro339 if (MTK_SYSTEM_PWR_STATE(state) != MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend()353 if (MTK_SYSTEM_PWR_STATE(state) == MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend()409 if (MTK_SYSTEM_PWR_STATE(state) == MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend_finish()425 if (MTK_SYSTEM_PWR_STATE(state) != MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend_finish()
83 #define MTK_SYSTEM_PWR_STATE(state) ((PLAT_MAX_PWR_LVL > MTK_PWR_LVL1) ? \ macro