Lines Matching defs:res
132 struct mt_spm_cond_tables *res)
143 if (res != NULL) {
144 res->table_cg[i] = (src->table_cg[i] & dest->table_cg[i]);
145 if (is_system_suspend && ((res->table_cg[i]) != 0U)) {
148 res->table_cg[i]);
151 if ((res->table_cg[i]) != 0U) {
160 if (res != NULL) {
161 res->table_pll = (src->table_pll & dest->table_pll);
163 if ((res->table_pll) != 0U) {
164 b_res |= (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) |
180 struct mt_spm_cond_tables *res)
184 if (res != NULL) {
185 res->table_all_pll = src->table_all_pll;
186 if ((res->table_all_pll) != 0U) {
187 b_res |= (res->table_all_pll << SPM_COND_BLOCKED_PLL_IDX) |
223 int res;
256 res = (*_con)->update(stateid, PLAT_RC_UPDATE_CONDITION,
258 if (res != MT_RM_STATUS_OK) {