Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/spm/
Dmt_spm_cond.c105 bool is_system_suspend = IS_PLAT_SUSPEND_ID(state_id); in mt_spm_cond_check() local
113 if (is_system_suspend && ((res->table_cg[i]) != 0U)) { in mt_spm_cond_check()
139 if (is_system_suspend && ((blocked) != 0U)) { in mt_spm_cond_check()
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/
Dmt_spm_cond.c108 bool is_system_suspend = IS_PLAT_SUSPEND_ID(state_id); in mt_spm_cond_check() local
119 if (is_system_suspend && (res->table_cg[i] != 0U)) { in mt_spm_cond_check()
146 if (is_system_suspend && (blocked != 0U)) { in mt_spm_cond_check()
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/spm/
Dmt_spm_cond.c125 bool is_system_suspend = IS_PLAT_SUSPEND_ID(state_id); in mt_spm_cond_check() local
136 if (is_system_suspend && (res->table_cg[i] != 0U)) { in mt_spm_cond_check()
163 if (is_system_suspend && (blocked != 0U)) { in mt_spm_cond_check()
/trusted-firmware-a-latest/plat/mediatek/drivers/spm/mt8188/
Dmt_spm_cond.c136 bool is_system_suspend = IS_PLAT_SUSPEND_ID(state_id); in mt_spm_cond_check() local
145 if (is_system_suspend && ((res->table_cg[i]) != 0U)) { in mt_spm_cond_check()
171 if (is_system_suspend && ((b_res) != 0U)) { in mt_spm_cond_check()