Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dda7213.c492 __le16 val_new, val_old; in da7213_tonegen_freq_put() local
500 val_new = cpu_to_le16(ucontrol->value.integer.value[0]); in da7213_tonegen_freq_put()
504 if (ret == 0 && (val_old != val_new)) in da7213_tonegen_freq_put()
506 &val_new, sizeof(val_new)); in da7213_tonegen_freq_put()
512 return val_old != val_new; in da7213_tonegen_freq_put()
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()
/linux/arch/x86/events/
H A Dcore.c268 u64 val, val_fail = -1, val_new= ~0; in check_hw_exists() local
328 ret |= rdmsrq_safe(reg, &val_new); in check_hw_exists()
329 if (ret || val != val_new) in check_hw_exists()
349 reg, val_new); in check_hw_exists()
/linux/arch/x86/events/intel/
H A Dcore.c6224 u64 val_old, val_new, val_tmp; in check_msr() local
6250 rdmsrq_safe(msr, &val_new)) in check_msr()
6257 if (val_new != val_tmp) in check_msr()