Lines Matching defs:res
101 struct mt_spm_cond_tables *res)
111 if (res != NULL) {
112 res->table_cg[i] = (src->table_cg[i] & dest->table_cg[i]);
113 if (is_system_suspend && ((res->table_cg[i]) != 0U)) {
116 res->table_cg[i]);
119 if ((res->table_cg[i]) != 0U) {
128 if (res != NULL) {
129 res->table_pll = (src->table_pll & dest->table_pll);
131 if (res->table_pll != 0U) {
132 blocked |= (res->table_pll << SPM_COND_BLOCKED_PLL_IDX) |
154 int res;
205 res = (*rc)->update(stateid, PLAT_RC_UPDATE_CONDITION,
207 if (res != MT_RM_STATUS_OK) {