Lines Matching refs:res
105 struct mt_spm_cond_tables *res) in mt_spm_cond_check() argument
115 if (res != NULL) { in mt_spm_cond_check()
116 res->table_cg[i] = in mt_spm_cond_check()
119 if (is_system_suspend && (res->table_cg[i] != 0U)) { in mt_spm_cond_check()
122 res->table_cg[i]); in mt_spm_cond_check()
125 if (res->table_cg[i] != 0U) { in mt_spm_cond_check()
134 if (res != NULL) { in mt_spm_cond_check()
135 res->table_pll = (src->table_pll & dest->table_pll); in mt_spm_cond_check()
137 if (res->table_pll != 0U) { in mt_spm_cond_check()
139 (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) | in mt_spm_cond_check()
161 int res; in mt_spm_cond_update() local
211 res = (*rc)->update(stateid, PLAT_RC_UPDATE_CONDITION, in mt_spm_cond_update()
213 if (res != MT_RM_STATUS_OK) { in mt_spm_cond_update()