Searched refs:next_val (Results 1 – 3 of 3) sorted by relevance
103 next_val = -1110 out_enum(field, enum, val, val == next_val)111 next_val = val + 1
208 u32 next_val; in px30_workaround_combo_switch_grf() local216 next_val = mpp->grf_info->val & MPP_GRF_VAL_MASK; in px30_workaround_combo_switch_grf()217 if (curr_val == next_val) in px30_workaround_combo_switch_grf()
542 u8 next_val = (val + add) & 0xF; in rsnd_status_update() local545 if (next_val == 0xF) /* underflow case */ in rsnd_status_update()548 *status = (*status & ~mask) + (next_val << shift); in rsnd_status_update()