Lines Matching refs:res
101 struct mt_spm_cond_tables *res) in mt_spm_cond_check() argument
111 if (res != NULL) { in mt_spm_cond_check()
112 res->table_cg[i] = (src->table_cg[i] & dest->table_cg[i]); in mt_spm_cond_check()
113 if (is_system_suspend && ((res->table_cg[i]) != 0U)) { in mt_spm_cond_check()
116 res->table_cg[i]); in mt_spm_cond_check()
119 if ((res->table_cg[i]) != 0U) { in mt_spm_cond_check()
128 if (res != NULL) { in mt_spm_cond_check()
129 res->table_pll = (src->table_pll & dest->table_pll); in mt_spm_cond_check()
131 if (res->table_pll != 0U) { in mt_spm_cond_check()
132 blocked |= (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) | in mt_spm_cond_check()
153 int res; in mt_spm_cond_update() local
204 res = (*rc)->update(stateid, PLAT_RC_UPDATE_CONDITION, in mt_spm_cond_update()
206 if (res != MT_RM_STATUS_OK) { in mt_spm_cond_update()