Lines Matching refs:res
122 struct mt_spm_cond_tables *res) in mt_spm_cond_check() argument
132 if (res != NULL) { in mt_spm_cond_check()
133 res->table_cg[i] = in mt_spm_cond_check()
136 if (is_system_suspend && (res->table_cg[i] != 0U)) { in mt_spm_cond_check()
139 res->table_cg[i]); in mt_spm_cond_check()
142 if (res->table_cg[i] != 0U) { in mt_spm_cond_check()
151 if (res != NULL) { in mt_spm_cond_check()
152 res->table_pll = (src->table_pll & dest->table_pll); in mt_spm_cond_check()
154 if (res->table_pll != 0U) { in mt_spm_cond_check()
156 (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) | in mt_spm_cond_check()
177 int res; in mt_spm_cond_update() local
227 res = (*rc)->update(stateid, PLAT_RC_UPDATE_CONDITION, in mt_spm_cond_update()
229 if (res != MT_RM_STATUS_OK) { in mt_spm_cond_update()