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.c491 __le16 val_new, val_old; in da7213_tonegen_freq_put() local
499 val_new = cpu_to_le16(ucontrol->value.integer.value[0]); in da7213_tonegen_freq_put()
503 if (ret == 0 && (val_old != val_new)) in da7213_tonegen_freq_put()
505 &val_new, sizeof(val_new)); in da7213_tonegen_freq_put()
511 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.c260 u64 val, val_fail = -1, val_new= ~0; in check_hw_exists() local
320 ret |= rdmsrl_safe(reg, &val_new); in check_hw_exists()
321 if (ret || val != val_new) in check_hw_exists()
341 reg, val_new); in check_hw_exists()
/linux/arch/x86/events/intel/
H A Dcore.c5430 u64 val_old, val_new, val_tmp; in check_msr() local
5456 rdmsrl_safe(msr, &val_new)) in check_msr()
5463 if (val_new != val_tmp) in check_msr()