Home
last modified time | relevance | path

Searched refs:val_new (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dda7219.c449 __le16 val_new, val_old; in da7219_tonegen_freq_put() local
457 val_new = cpu_to_le16(ucontrol->value.integer.value[0]); in da7219_tonegen_freq_put()
461 if (ret == 0 && (val_old != val_new)) in da7219_tonegen_freq_put()
463 &val_new, sizeof(val_new)); in da7219_tonegen_freq_put()
469 return val_old != val_new; in da7219_tonegen_freq_put()
/openbmc/linux/arch/x86/events/
H A Dcore.c253 u64 val, val_fail = -1, val_new= ~0; in check_hw_exists() local
313 ret |= rdmsrl_safe(reg, &val_new); in check_hw_exists()
314 if (ret || val != val_new) in check_hw_exists()
334 reg, val_new); in check_hw_exists()
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c5154 u64 val_old, val_new, val_tmp; in check_msr() local
5180 rdmsrl_safe(msr, &val_new)) in check_msr()
5187 if (val_new != val_tmp) in check_msr()