Lines Matching refs:res
21 struct mt_spm_cond_tables *res) in mt_spm_cond_check() argument
31 if (res && res->table_cg) { in mt_spm_cond_check()
32 res->table_cg[i] = in mt_spm_cond_check()
35 if (res->table_cg[i]) in mt_spm_cond_check()
45 if (res) { in mt_spm_cond_check()
46 res->table_pll = (src->table_pll & dest->table_pll); in mt_spm_cond_check()
48 if (res->table_pll) in mt_spm_cond_check()
49 b_res |= (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) | in mt_spm_cond_check()
59 struct mt_spm_cond_tables *res) in mt_spm_dump_all_pll() argument
63 if (res) { in mt_spm_dump_all_pll()
64 res->table_pll = src->table_pll; in mt_spm_dump_all_pll()
65 if (res->table_pll) in mt_spm_dump_all_pll()
66 b_res |= (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) | in mt_spm_dump_all_pll()
77 int i, res; in mt_spm_cond_update() local
132 res = (*_con)->update(stateid, PLAT_RC_UPDATE_CONDITION, in mt_spm_cond_update()
134 if (res != MT_RM_STATUS_OK) in mt_spm_cond_update()