next_val 547 sound/soc/sh/rcar/core.c u8 next_val = (val + add) & 0xF; next_val 550 sound/soc/sh/rcar/core.c if (next_val == 0xF) /* underflow case */ next_val 553 sound/soc/sh/rcar/core.c *status = (*status & ~mask) + (next_val << shift);