Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Drkmux.py103 next_val = -1
110 out_enum(field, enum, val, val == next_val)
111 next_val = val + 1
/openbmc/linux/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()