Lines Matching refs:old
416 unsigned short old, new; in snd_ac97_update_bits_nolock() local
418 old = snd_ac97_read_cache(ac97, reg); in snd_ac97_update_bits_nolock()
419 new = (old & ~mask) | (value & mask); in snd_ac97_update_bits_nolock()
420 change = old != new; in snd_ac97_update_bits_nolock()
432 unsigned short old, new, cfg; in snd_ac97_ad18xx_update_pcm_bits() local
435 old = ac97->spec.ad18xx.pcmreg[codec]; in snd_ac97_ad18xx_update_pcm_bits()
436 new = (old & ~mask) | (value & mask); in snd_ac97_ad18xx_update_pcm_bits()
437 change = old != new; in snd_ac97_ad18xx_update_pcm_bits()
835 unsigned short value, old, new; in snd_ac97_put_spsa() local
843 old = snd_ac97_read_cache(ac97, reg); in snd_ac97_put_spsa()
844 new = (old & ~mask) | value; in snd_ac97_put_spsa()
845 change = old != new; in snd_ac97_put_spsa()