Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm5110.c413 unsigned int rnew = (!!ucontrol->value.integer.value[1]) << mc->rshift; in wm5110_put_dre() local
438 if ((lena && lnew != lold) || (rena && rnew != rold)) { in wm5110_put_dre()
445 mask, lnew | rnew, &change); in wm5110_put_dre()
455 if (!rnew && rold) in wm5110_put_dre()
/openbmc/qemu/linux-user/
H A Dsyscall.c13197 struct host_rlimit64 rnew, rold, *rnewp = 0; in _syscall2() local
13206 __get_user(rnew.rlim_cur, &target_rnew->rlim_cur); in _syscall2()
13207 __get_user(rnew.rlim_max, &target_rnew->rlim_max); in _syscall2()
13209 rnewp = &rnew; in _syscall2()