Home
last modified time | relevance | path

Searched refs:next_val (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sh/rcar/
H A Dcore.c542 u8 next_val = (val + add) & 0xF; in rsnd_status_update() local
545 if (next_val == 0xF) /* underflow case */ in rsnd_status_update()
548 *status = (*status & ~mask) + (next_val << shift); in rsnd_status_update()
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H A Dcore.c537 u8 next_val = (val + add) & 0xF; in rsnd_status_update() local
544 if (next_val == 0xF) /* underflow case */ in rsnd_status_update()
547 *status = (*status & ~mask) + (next_val << shift); in rsnd_status_update()

Completed in 6 milliseconds