oval               29 arch/alpha/include/asm/futex.h static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
oval               59 arch/alpha/include/asm/futex.h 		*oval = oldval;
oval               73 arch/arc/include/asm/futex.h static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
oval              110 arch/arc/include/asm/futex.h 		*oval = oldval;
oval              133 arch/arm/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval              173 arch/arm/include/asm/futex.h 	*oval = oldval;
oval               46 arch/arm64/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *_uaddr)
oval               81 arch/arm64/include/asm/futex.h 		*oval = oldval;
oval               35 arch/hexagon/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval               68 arch/hexagon/include/asm/futex.h 		*oval = oldval;
oval               49 arch/ia64/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval               80 arch/ia64/include/asm/futex.h 		*oval = oldval;
oval               33 arch/microblaze/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval               62 arch/microblaze/include/asm/futex.h 		*oval = oldval;
oval               87 arch/mips/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval              121 arch/mips/include/asm/futex.h 		*oval = oldval;
oval               65 arch/nds32/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval               99 arch/nds32/include/asm/futex.h 		*oval = oldval;
oval               34 arch/openrisc/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval               63 arch/openrisc/include/asm/futex.h 		*oval = oldval;
oval               36 arch/parisc/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval               80 arch/parisc/include/asm/futex.h 		*oval = oldval;
oval               33 arch/powerpc/include/asm/futex.h static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
oval               63 arch/powerpc/include/asm/futex.h 	*oval = oldval;
oval               39 arch/riscv/include/asm/futex.h arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr)
oval               73 arch/riscv/include/asm/futex.h 		*oval = oldval;
oval               25 arch/s390/include/asm/futex.h static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
oval               61 arch/s390/include/asm/futex.h 		*oval = oldval;
oval              134 arch/s390/include/asm/percpu.h #define arch_this_cpu_cmpxchg(pcp, oval, nval)				\
oval              141 arch/s390/include/asm/percpu.h 	ret__ = cmpxchg(ptr__, oval, nval);				\
oval              146 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
oval              147 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
oval              148 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
oval              149 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
oval               31 arch/sh/include/asm/futex.h static inline int arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval,
oval               73 arch/sh/include/asm/futex.h 		*oval = oldval;
oval               33 arch/sparc/include/asm/futex_64.h static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
oval               66 arch/sparc/include/asm/futex_64.h 		*oval = oldval;
oval               45 arch/x86/include/asm/futex.h static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
oval               76 arch/x86/include/asm/futex.h 		*oval = oldval;
oval              348 arch/x86/include/asm/percpu.h #define percpu_cmpxchg_op(qual, var, oval, nval)			\
oval              351 arch/x86/include/asm/percpu.h 	typeof(var) pco_old__ = (oval);					\
oval              448 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_1(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
oval              449 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_2(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
oval              450 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_4(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
oval              455 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_1(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
oval              456 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
oval              457 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_4(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
oval              488 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_8(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
oval              497 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
oval               69 arch/xtensa/include/asm/futex.h static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval,
oval              105 arch/xtensa/include/asm/futex.h 		*oval = oldval;
oval              211 drivers/scsi/aic94xx/aic94xx_reg.h 	u16 oval = asd_ddbsite_read_word(asd_ha, ddb_site_no, offs);
oval              212 drivers/scsi/aic94xx/aic94xx_reg.h 	if (oval != oldval)
oval              232 drivers/scsi/aic94xx/aic94xx_reg.h 	u16 oval;
oval              238 drivers/scsi/aic94xx/aic94xx_reg.h 		oval = (_oldval << 8) | (nval & 0xFF);
oval              243 drivers/scsi/aic94xx/aic94xx_reg.h 		oval = (nval & 0xFF00) | _oldval;
oval              245 drivers/scsi/aic94xx/aic94xx_reg.h 	return asd_ddbsite_update_word(asd_ha, ddb_site_no, base, oval, nval);
oval               31 include/asm-generic/futex.h arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr)
oval               74 include/asm-generic/futex.h 		*oval = oldval;
oval              119 include/asm-generic/futex.h arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr)
oval               92 include/asm-generic/percpu.h #define raw_cpu_generic_cmpxchg(pcp, oval, nval)			\
oval               97 include/asm-generic/percpu.h 	if (__ret == (oval))						\
oval              173 include/asm-generic/percpu.h #define this_cpu_generic_cmpxchg(pcp, oval, nval)			\
oval              178 include/asm-generic/percpu.h 	__ret = raw_cpu_generic_cmpxchg(pcp, oval, nval);		\
oval              286 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_1(pcp, oval, nval) \
oval              287 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
oval              290 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_2(pcp, oval, nval) \
oval              291 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
oval              294 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_4(pcp, oval, nval) \
oval              295 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
oval              298 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_8(pcp, oval, nval) \
oval              299 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
oval              411 include/asm-generic/percpu.h #define this_cpu_cmpxchg_1(pcp, oval, nval) \
oval              412 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
oval              415 include/asm-generic/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval) \
oval              416 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
oval              419 include/asm-generic/percpu.h #define this_cpu_cmpxchg_4(pcp, oval, nval) \
oval              420 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
oval              423 include/asm-generic/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval) \
oval              424 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
oval              427 include/linux/percpu-defs.h #define raw_cpu_cmpxchg(pcp, oval, nval) \
oval              428 include/linux/percpu-defs.h 	__pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval)
oval              485 include/linux/percpu-defs.h #define __this_cpu_cmpxchg(pcp, oval, nval)				\
oval              488 include/linux/percpu-defs.h 	raw_cpu_cmpxchg(pcp, oval, nval);				\
oval              514 include/linux/percpu-defs.h #define this_cpu_cmpxchg(pcp, oval, nval) \
oval              515 include/linux/percpu-defs.h 	__pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
oval              147 kernel/time/itimer.c 	u64 oval, nval, ointerval, ninterval;
oval              159 kernel/time/itimer.c 	oval = it->expires;
oval              161 kernel/time/itimer.c 	if (oval || nval) {
oval              164 kernel/time/itimer.c 		set_process_cpu_timer(tsk, clock_id, &nval, &oval);
oval              174 kernel/time/itimer.c 		ovalue->it_value = ns_to_timeval(oval);
oval              925 net/ipv4/tcp_output.c 	unsigned long flags, nval, oval;
oval              942 net/ipv4/tcp_output.c 	for (oval = READ_ONCE(sk->sk_tsq_flags);; oval = nval) {
oval              946 net/ipv4/tcp_output.c 		if (!(oval & TSQF_THROTTLED) || (oval & TSQF_QUEUED))
oval              949 net/ipv4/tcp_output.c 		nval = (oval & ~TSQF_THROTTLED) | TSQF_QUEUED;
oval              950 net/ipv4/tcp_output.c 		nval = cmpxchg(&sk->sk_tsq_flags, oval, nval);
oval              951 net/ipv4/tcp_output.c 		if (nval != oval)
oval             1368 net/mpls/af_mpls.c 	int oval = *(int *)ctl->data;
oval             1378 net/mpls/af_mpls.c 		    val != oval) {
oval               27 net/netfilter/nft_numgen.c 	u32 nval, oval;
oval               30 net/netfilter/nft_numgen.c 		oval = atomic_read(&priv->counter);
oval               31 net/netfilter/nft_numgen.c 		nval = (oval + 1 < priv->modulus) ? oval + 1 : 0;
oval               32 net/netfilter/nft_numgen.c 	} while (atomic_cmpxchg(&priv->counter, oval, nval) != oval);
oval               33 net/netfilter/xt_statistic.c 	int nval, oval;
oval               42 net/netfilter/xt_statistic.c 			oval = atomic_read(&info->master->count);
oval               43 net/netfilter/xt_statistic.c 			nval = (oval == info->u.nth.every) ? 0 : oval + 1;
oval               44 net/netfilter/xt_statistic.c 		} while (atomic_cmpxchg(&info->master->count, oval, nval) != oval);
oval              517 sound/i2c/other/ak4xxx-adda.c 	unsigned char val, oval;
oval              522 sound/i2c/other/ak4xxx-adda.c 	oval = snd_akm4xxx_get(ak, chip, addr);
oval              524 sound/i2c/other/ak4xxx-adda.c 		val = oval | (1<<shift);
oval              526 sound/i2c/other/ak4xxx-adda.c 		val = oval & ~(1<<shift);
oval              527 sound/i2c/other/ak4xxx-adda.c 	change = (oval != val);
oval              583 sound/i2c/other/ak4xxx-adda.c 	unsigned char oval, val;
oval              589 sound/i2c/other/ak4xxx-adda.c 	oval = snd_akm4xxx_get(ak, chip, addr);
oval              590 sound/i2c/other/ak4xxx-adda.c 	val = oval & ~mask;
oval              592 sound/i2c/other/ak4xxx-adda.c 	if (val != oval) {
oval              762 sound/isa/es1688/es1688_lib.c 	unsigned char oval, nval;
oval              768 sound/isa/es1688/es1688_lib.c 	oval = snd_es1688_mixer_read(chip, ES1688_REC_DEV);
oval              769 sound/isa/es1688/es1688_lib.c 	nval = (ucontrol->value.enumerated.item[0] & 7) | (oval & ~15);
oval              770 sound/isa/es1688/es1688_lib.c 	change = nval != oval;
oval              820 sound/isa/es1688/es1688_lib.c 	unsigned char oval, nval;
oval              827 sound/isa/es1688/es1688_lib.c 	oval = snd_es1688_mixer_read(chip, reg);
oval              828 sound/isa/es1688/es1688_lib.c 	nval = (oval & ~(mask << shift)) | nval;
oval              829 sound/isa/es1688/es1688_lib.c 	change = nval != oval;
oval              234 sound/isa/es18xx.c 	unsigned char old, new, oval;
oval              248 sound/isa/es18xx.c 	oval = old & mask;
oval              249 sound/isa/es18xx.c 	if (val != oval) {
oval              262 sound/isa/es18xx.c 	ret = oval;
oval              299 sound/isa/es18xx.c 	unsigned char old, new, oval;
oval              304 sound/isa/es18xx.c 	oval = old & mask;
oval              305 sound/isa/es18xx.c 	if (val != oval) {
oval              314 sound/isa/es18xx.c 	return oval;
oval             1045 sound/isa/es18xx.c 	unsigned char oval, nval;
oval             1048 sound/isa/es18xx.c 	oval = snd_es18xx_mixer_read(chip, 0x50) & 0x0c;
oval             1049 sound/isa/es18xx.c 	change = nval != oval;
oval               44 sound/isa/gus/gus_mixer.c 	unsigned char oval, nval;
oval               51 sound/isa/gus/gus_mixer.c 	oval = gus->mix_cntrl_reg;
oval               52 sound/isa/gus/gus_mixer.c 	nval = (oval & ~(1 << shift)) | nval;
oval               53 sound/isa/gus/gus_mixer.c 	change = nval != oval;
oval              366 sound/isa/opl3sa2.c 	unsigned short val, oval;
oval              373 sound/isa/opl3sa2.c 	oval = chip->ctlregs[reg];
oval              374 sound/isa/opl3sa2.c 	val = (oval & ~(mask << shift)) | val;
oval              375 sound/isa/opl3sa2.c 	change = val != oval;
oval              715 sound/isa/sb/sb16_main.c 	unsigned char nval, oval;
oval              721 sound/isa/sb/sb16_main.c 	oval = snd_sb16_get_dma_mode(chip);
oval              722 sound/isa/sb/sb16_main.c 	change = nval != oval;
oval               80 sound/isa/sb/sb_mixer.c 	unsigned char val, oval;
oval               84 sound/isa/sb/sb_mixer.c 	oval = snd_sbmixer_read(sb, reg);
oval               85 sound/isa/sb/sb_mixer.c 	val = (oval & ~(mask << shift)) | val;
oval               86 sound/isa/sb/sb_mixer.c 	change = val != oval;
oval              181 sound/isa/sb/sb_mixer.c 	unsigned char oval;
oval              184 sound/isa/sb/sb_mixer.c 	oval = snd_sbmixer_read(sb, SB_DT019X_CAPTURE_SW);
oval              186 sound/isa/sb/sb_mixer.c 	switch (oval & 0x07) {
oval              218 sound/isa/sb/sb_mixer.c 	unsigned char nval, oval;
oval              242 sound/isa/sb/sb_mixer.c 	oval = snd_sbmixer_read(sb, SB_DT019X_CAPTURE_SW);
oval              243 sound/isa/sb/sb_mixer.c 	change = nval != oval;
oval              269 sound/isa/sb/sb_mixer.c 	unsigned char oval;
oval              272 sound/isa/sb/sb_mixer.c 	oval = snd_sbmixer_read(sb, SB_ALS4000_MONO_IO_CTRL);
oval              274 sound/isa/sb/sb_mixer.c 	oval >>= 6;
oval              275 sound/isa/sb/sb_mixer.c 	if (oval > 2)
oval              276 sound/isa/sb/sb_mixer.c 		oval = 2;
oval              278 sound/isa/sb/sb_mixer.c 	ucontrol->value.enumerated.item[0] = oval;
oval              288 sound/isa/sb/sb_mixer.c 	unsigned char nval, oval;
oval              293 sound/isa/sb/sb_mixer.c 	oval = snd_sbmixer_read(sb, SB_ALS4000_MONO_IO_CTRL);
oval              295 sound/isa/sb/sb_mixer.c 	nval = (oval & ~(3 << 6))
oval              297 sound/isa/sb/sb_mixer.c 	change = nval != oval;
oval              322 sound/isa/sb/sb_mixer.c 	unsigned char oval;
oval              325 sound/isa/sb/sb_mixer.c 	oval = snd_sbmixer_read(sb, SB_DSP_CAPTURE_SOURCE);
oval              327 sound/isa/sb/sb_mixer.c 	switch ((oval >> 0x01) & 0x03) {
oval              346 sound/isa/sb/sb_mixer.c 	unsigned char nval, oval;
oval              362 sound/isa/sb/sb_mixer.c 	oval = snd_sbmixer_read(sb, SB_DSP_CAPTURE_SOURCE);
oval              363 sound/isa/sb/sb_mixer.c 	nval |= oval & ~0x06;
oval              364 sound/isa/sb/sb_mixer.c 	change = nval != oval;
oval              431 sound/pci/ca0106/ca0106_mixer.c         unsigned int oval, nval;
oval              437 sound/pci/ca0106/ca0106_mixer.c 	oval = snd_ca0106_ptr_read(emu, reg, channel_id);
oval              442 sound/pci/ca0106/ca0106_mixer.c 	if (oval == nval)
oval              537 sound/pci/cmipci.c 	unsigned int val, oval;
oval              538 sound/pci/cmipci.c 	val = oval = inl(cm->iobase + cmd);
oval              540 sound/pci/cmipci.c 	if (val == oval)
oval              548 sound/pci/cmipci.c 	unsigned int val, oval;
oval              549 sound/pci/cmipci.c 	val = oval = inl(cm->iobase + cmd);
oval              551 sound/pci/cmipci.c 	if (val == oval)
oval              560 sound/pci/cmipci.c 	unsigned char val, oval;
oval              561 sound/pci/cmipci.c 	val = oval = inb(cm->iobase + cmd);
oval              563 sound/pci/cmipci.c 	if (val == oval)
oval              571 sound/pci/cmipci.c 	unsigned char val, oval;
oval              572 sound/pci/cmipci.c 	val = oval = inb(cm->iobase + cmd);
oval              574 sound/pci/cmipci.c 	if (val == oval)
oval             3445 sound/pci/cs46xx/cs46xx_lib.c 	int oval, val;
oval             3448 sound/pci/cs46xx/cs46xx_lib.c 	oval = snd_cs46xx_codec_read(chip, AC97_POWERDOWN,
oval             3450 sound/pci/cs46xx/cs46xx_lib.c 	val = oval;
oval             3458 sound/pci/cs46xx/cs46xx_lib.c 	if (val != oval) {
oval              370 sound/pci/ctxfi/ctmixer.c 	int i, j, val, oval, change = 0;
oval              380 sound/pci/ctxfi/ctmixer.c 		oval = amixer->ops->get_scale(amixer);
oval              381 sound/pci/ctxfi/ctmixer.c 		if (val != oval) {
oval              705 sound/pci/emu10k1/p16v.c         u32 value, oval;
oval              707 sound/pci/emu10k1/p16v.c 	oval = value = snd_emu10k1_ptr20_read(emu, reg, 0);
oval              717 sound/pci/emu10k1/p16v.c 	if (value != oval) {
oval              276 sound/pci/es1938.c 	unsigned char old, new, oval;
oval              280 sound/pci/es1938.c 	oval = old & mask;
oval              281 sound/pci/es1938.c 	if (val != oval) {
oval              289 sound/pci/es1938.c 	return oval;
oval              359 sound/pci/es1938.c 	unsigned char old, new, oval;
oval              364 sound/pci/es1938.c 	oval = old & mask;
oval              365 sound/pci/es1938.c 	if (val != oval) {
oval              373 sound/pci/es1938.c 	return oval;
oval             1091 sound/pci/es1938.c 	unsigned char oval, nval;
oval             1094 sound/pci/es1938.c 	oval = snd_es1938_mixer_read(chip, 0x50) & 0x0c;
oval             1095 sound/pci/es1938.c 	change = nval != oval;
oval              211 sound/pci/ice1712/aureon.c 	unsigned char oval, nval;
oval              218 sound/pci/ice1712/aureon.c 	oval = spec->pca9554_out;
oval              219 sound/pci/ice1712/aureon.c 	change = (oval != nval);
oval              716 sound/pci/ice1712/aureon.c 	unsigned short nval, oval;
oval              720 sound/pci/ice1712/aureon.c 	oval = wm_get(ice, WM_MUTE);
oval              721 sound/pci/ice1712/aureon.c 	nval = (oval & ~0x10) | (ucontrol->value.integer.value[0] ? 0 : 0x10);
oval              722 sound/pci/ice1712/aureon.c 	change = (oval != nval);
oval             1111 sound/pci/ice1712/aureon.c 	unsigned short oval, nval;
oval             1115 sound/pci/ice1712/aureon.c 	oval = wm_get(ice, WM_ADC_MUX);
oval             1116 sound/pci/ice1712/aureon.c 	nval = oval & ~0x77;
oval             1119 sound/pci/ice1712/aureon.c 	change = (oval != nval);
oval             1162 sound/pci/ice1712/aureon.c 	unsigned short oval, nval;
oval             1166 sound/pci/ice1712/aureon.c 	oval = aureon_cs8415_get(ice, CS8415_CTRL2);
oval             1167 sound/pci/ice1712/aureon.c 	nval = oval & ~0x07;
oval             1169 sound/pci/ice1712/aureon.c 	change = (oval != nval);
oval             1212 sound/pci/ice1712/aureon.c 	unsigned char oval, nval;
oval             1215 sound/pci/ice1712/aureon.c 	oval = aureon_cs8415_get(ice, CS8415_CTRL1);
oval             1217 sound/pci/ice1712/aureon.c 		nval = oval & ~0x20;
oval             1219 sound/pci/ice1712/aureon.c 		nval = oval | 0x20;
oval             1220 sound/pci/ice1712/aureon.c 	change = (oval != nval);
oval             1841 sound/pci/ice1712/ice1712.c 	unsigned char oval;
oval             1845 sound/pci/ice1712/ice1712.c 	oval = inb(ICEMT(ice, RATE));
oval             1847 sound/pci/ice1712/ice1712.c 		outb(oval | ICE1712_SPDIF_MASTER, ICEMT(ice, RATE));
oval             1854 sound/pci/ice1712/ice1712.c 	change = inb(ICEMT(ice, RATE)) != oval;
oval             1857 sound/pci/ice1712/ice1712.c 	if ((oval & ICE1712_SPDIF_MASTER) !=
oval             1919 sound/pci/ice1712/ice1712.c 	unsigned char oval;
oval             1922 sound/pci/ice1712/ice1712.c 	oval = PRO_RATE_DEFAULT;
oval             1924 sound/pci/ice1712/ice1712.c 	change = PRO_RATE_DEFAULT != oval;
oval             1897 sound/pci/ice1712/ice1724.c 	unsigned char oval;
oval             1899 sound/pci/ice1712/ice1724.c 	oval = inb(ICEMT1724(ice, RATE));
oval             1900 sound/pci/ice1712/ice1724.c 	outb(oval | VT1724_SPDIF_MASTER, ICEMT1724(ice, RATE));
oval              301 sound/pci/ice1712/phase.c 	unsigned short nval, oval;
oval              305 sound/pci/ice1712/phase.c 	oval = wm_get(ice, WM_MUTE);
oval              306 sound/pci/ice1712/phase.c 	nval = (oval & ~0x10) | (ucontrol->value.integer.value[0] ? 0 : 0x10);
oval              307 sound/pci/ice1712/phase.c 	change = (nval != oval);
oval              128 sound/pci/ice1712/pontis.c 	unsigned short oval, nval;
oval              136 sound/pci/ice1712/pontis.c 		oval = wm_get(ice, idx) & 0xff;
oval              137 sound/pci/ice1712/pontis.c 		if (oval != nval) {
oval              221 sound/pci/ice1712/pontis.c 	unsigned short oval, nval;
oval              225 sound/pci/ice1712/pontis.c 	nval = oval = wm_get(ice, WM_ADC_MUX);
oval              230 sound/pci/ice1712/pontis.c 	change = nval != oval;
oval              256 sound/pci/ice1712/pontis.c 	unsigned short val, oval;
oval              260 sound/pci/ice1712/pontis.c 	val = oval = wm_get(ice, WM_OUT_MUX);
oval              265 sound/pci/ice1712/pontis.c 	if (val != oval) {
oval              291 sound/pci/ice1712/pontis.c 	unsigned short val, oval;
oval              295 sound/pci/ice1712/pontis.c 	oval = wm_get(ice, WM_DAC_CTRL1);
oval              296 sound/pci/ice1712/pontis.c 	val = oval & 0x0f;
oval              301 sound/pci/ice1712/pontis.c 	if (val != oval) {
oval              548 sound/pci/ice1712/prodigy_hifi.c 	unsigned short oval, nval;
oval              552 sound/pci/ice1712/prodigy_hifi.c 	oval = wm_get(ice, WM_ADC_MUX);
oval              553 sound/pci/ice1712/prodigy_hifi.c 	nval = (oval & 0xe0) | ucontrol->value.enumerated.item[0];
oval              554 sound/pci/ice1712/prodigy_hifi.c 	if (nval != oval) {
oval              644 sound/pci/ice1712/prodigy_hifi.c 	unsigned short oval, nval;
oval              648 sound/pci/ice1712/prodigy_hifi.c 	nval = oval = wm_get(ice, WM_ADC_MUX);
oval              653 sound/pci/ice1712/prodigy_hifi.c 	change = nval != oval;
oval              682 sound/pci/ice1712/prodigy_hifi.c 	unsigned short val, oval;
oval              686 sound/pci/ice1712/prodigy_hifi.c 	val = oval = wm_get(ice, WM_OUT_MUX);
oval              691 sound/pci/ice1712/prodigy_hifi.c 	if (val != oval) {
oval              720 sound/pci/ice1712/prodigy_hifi.c 	unsigned short val, oval;
oval              724 sound/pci/ice1712/prodigy_hifi.c 	oval = wm_get(ice, WM_DAC_CTRL1);
oval              725 sound/pci/ice1712/prodigy_hifi.c 	val = oval & 0x0f;
oval              730 sound/pci/ice1712/prodigy_hifi.c 	if (val != oval) {
oval              985 sound/pci/sonicvibes.c 	unsigned short val, oval;
oval              992 sound/pci/sonicvibes.c 	oval = snd_sonicvibes_in1(sonic, reg);
oval              993 sound/pci/sonicvibes.c 	val = (oval & ~(mask << shift)) | val;
oval              994 sound/pci/sonicvibes.c 	change = val != oval;
oval             1621 sound/pci/via82xx.c 	u8 val, oval;
oval             1624 sound/pci/via82xx.c 	oval = inb(port);
oval             1625 sound/pci/via82xx.c 	val = oval & ~VIA_REG_CAPTURE_CHANNEL_MIC;
oval             1628 sound/pci/via82xx.c 	if (val != oval)
oval             1631 sound/pci/via82xx.c 	return val != oval;
oval             1659 sound/pci/via82xx.c 	u8 val, oval;
oval             1661 sound/pci/via82xx.c 	pci_read_config_byte(chip->pci, VIA8233_SPDIF_CTRL, &oval);
oval             1662 sound/pci/via82xx.c 	val = oval & ~VIA8233_SPDIF_DX3;
oval             1667 sound/pci/via82xx.c 	if (val != oval) {
oval             1475 sound/pci/ymfpci/ymfpci_main.c 	unsigned int val, oval;
oval             1485 sound/pci/ymfpci/ymfpci_main.c 	oval = snd_ymfpci_readl(chip, reg);
oval             1486 sound/pci/ymfpci/ymfpci_main.c 	val = (oval & ~(mask << shift)) | val;
oval             1487 sound/pci/ymfpci/ymfpci_main.c 	change = val != oval;
oval             1539 sound/pci/ymfpci/ymfpci_main.c 	unsigned int val1, val2, oval;
oval             1548 sound/pci/ymfpci/ymfpci_main.c 	oval = snd_ymfpci_readl(chip, reg);
oval             1549 sound/pci/ymfpci/ymfpci_main.c 	val1 = (oval & ~((mask << shift_left) | (mask << shift_right))) | val1 | val2;
oval             1550 sound/pci/ymfpci/ymfpci_main.c 	change = val1 != oval;
oval             1563 sound/pci/ymfpci/ymfpci_main.c 	unsigned int value, oval;
oval             1568 sound/pci/ymfpci/ymfpci_main.c 	oval = snd_ymfpci_readl(chip, reg);
oval             1569 sound/pci/ymfpci/ymfpci_main.c 	change = value != oval;
oval              185 sound/ppc/beep.c 	unsigned int oval, nval;
oval              188 sound/ppc/beep.c 	oval = chip->beep->volume;
oval              193 sound/ppc/beep.c 	return oval != chip->beep->volume;
oval              301 sound/ppc/burgundy.c 	int oval;
oval              303 sound/ppc/burgundy.c 	oval = snd_pmac_burgundy_rcb(chip, addr);
oval              305 sound/ppc/burgundy.c 		oval = ~oval & 0xff;
oval              306 sound/ppc/burgundy.c 	ucontrol->value.integer.value[0] = oval & 0xf;
oval              308 sound/ppc/burgundy.c 		ucontrol->value.integer.value[1] = (oval >> 4) & 0xf;
oval              319 sound/ppc/burgundy.c 	int oval, val;
oval              321 sound/ppc/burgundy.c 	oval = snd_pmac_burgundy_rcb(chip, addr);
oval              323 sound/ppc/burgundy.c 		oval = ~oval & 0xff;
oval              332 sound/ppc/burgundy.c 	return val != oval;
oval              379 sound/ppc/burgundy.c 	int val, oval;
oval              380 sound/ppc/burgundy.c 	oval = snd_pmac_burgundy_rcw(chip, addr);
oval              381 sound/ppc/burgundy.c 	val = oval & ~(lmask | (stereo ? rmask : 0));
oval              387 sound/ppc/burgundy.c 	return val != oval;
oval              435 sound/ppc/burgundy.c 	int val, oval;
oval              436 sound/ppc/burgundy.c 	oval = snd_pmac_burgundy_rcb(chip, addr);
oval              437 sound/ppc/burgundy.c 	val = oval & ~(lmask | rmask);
oval              443 sound/ppc/burgundy.c 	return val != oval;
oval             1370 sound/usb/mixer.c 	int c, cnt, val, oval, err;
oval             1378 sound/usb/mixer.c 			err = snd_usb_get_cur_mix_value(cval, c + 1, cnt, &oval);
oval             1383 sound/usb/mixer.c 			if (oval != val) {
oval             1391 sound/usb/mixer.c 		err = snd_usb_get_cur_mix_value(cval, 0, 0, &oval);
oval             1396 sound/usb/mixer.c 		if (val != oval) {
oval             2200 sound/usb/mixer.c 	int val, oval, err;
oval             2202 sound/usb/mixer.c 	err = get_cur_ctl_value(cval, cval->control << 8, &oval);
oval             2207 sound/usb/mixer.c 	if (val != oval) {
oval             2556 sound/usb/mixer.c 	int val, oval, err;
oval             2558 sound/usb/mixer.c 	err = get_cur_ctl_value(cval, cval->control << 8, &oval);
oval             2563 sound/usb/mixer.c 	if (val != oval) {
oval              257 sound/usb/mixer_scarlett.c 	int err, oval, val;
oval              260 sound/usb/mixer_scarlett.c 		err = snd_usb_get_cur_mix_value(elem, i, i, &oval);
oval              266 sound/usb/mixer_scarlett.c 		if (oval != val) {
oval              328 sound/usb/mixer_scarlett.c 	int err, oval, val;
oval              331 sound/usb/mixer_scarlett.c 		err = snd_usb_get_cur_mix_value(elem, i, i, &oval);
oval              338 sound/usb/mixer_scarlett.c 		if (oval != val) {
oval              422 sound/usb/mixer_scarlett.c 	int err, oval, val;
oval              424 sound/usb/mixer_scarlett.c 	err = snd_usb_get_cur_mix_value(elem, 0, 0, &oval);
oval              430 sound/usb/mixer_scarlett.c 	if (val != oval) {
oval             1066 sound/usb/mixer_scarlett_gen2.c 	int oval, val, err = 0;
oval             1070 sound/usb/mixer_scarlett_gen2.c 	oval = private->vol[index];
oval             1073 sound/usb/mixer_scarlett_gen2.c 	if (oval == val)
oval             1145 sound/usb/mixer_scarlett_gen2.c 	int oval, val, err = 0;
oval             1149 sound/usb/mixer_scarlett_gen2.c 	oval = private->vol_sw_hw_switch[index];
oval             1152 sound/usb/mixer_scarlett_gen2.c 	if (oval == val)
oval             1229 sound/usb/mixer_scarlett_gen2.c 	int oval, val, err = 0;
oval             1233 sound/usb/mixer_scarlett_gen2.c 	oval = private->level_switch[index];
oval             1236 sound/usb/mixer_scarlett_gen2.c 	if (oval == val)
oval             1279 sound/usb/mixer_scarlett_gen2.c 	int oval, val, err = 0;
oval             1283 sound/usb/mixer_scarlett_gen2.c 	oval = private->pad_switch[index];
oval             1286 sound/usb/mixer_scarlett_gen2.c 	if (oval == val)
oval             1335 sound/usb/mixer_scarlett_gen2.c 	int oval, val, err = 0;
oval             1339 sound/usb/mixer_scarlett_gen2.c 	oval = private->buttons[index];
oval             1342 sound/usb/mixer_scarlett_gen2.c 	if (oval == val)
oval             1497 sound/usb/mixer_scarlett_gen2.c 	int oval, val, num_mixer_in, mix_num, err = 0;
oval             1501 sound/usb/mixer_scarlett_gen2.c 	oval = private->mix[elem->control];
oval             1506 sound/usb/mixer_scarlett_gen2.c 	if (oval == val)
oval             1614 sound/usb/mixer_scarlett_gen2.c 	int oval, val, err = 0;
oval             1618 sound/usb/mixer_scarlett_gen2.c 	oval = private->mux[index];
oval             1622 sound/usb/mixer_scarlett_gen2.c 	if (oval == val)