Searched refs:oval2 (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/isa/gus/ |
| H A D | gus_mixer.c | 92 unsigned char val1, val2, oval1, oval2; in snd_ics_put_double() local 98 oval2 = gus->gf1.ics_regs[addr][1]; in snd_ics_put_double() 99 change = val1 != oval1 || val2 != oval2; in snd_ics_put_double()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | this_cpu_ops.rst | 54 this_cpu_cmpxchg_double(pcp1, pcp2, oval1, oval2, nval1, nval2) 212 __this_cpu_cmpxchg_double(pcp1, pcp2, oval1, oval2, nval1, nval2)
|
| /linux/sound/i2c/ |
| H A D | tea6330t.c | 148 unsigned char oval1, oval2, val1, val2; in snd_tea6330t_put_master_switch() local 154 oval2 = tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] == 0 ? 0 : 1; in snd_tea6330t_put_master_switch() 155 change = val1 != oval1 || val2 != oval2; in snd_tea6330t_put_master_switch()
|
| /linux/sound/pci/ |
| H A D | sonicvibes.c | 887 unsigned short left, right, oval1, oval2; in snd_sonicvibes_put_mux() local 897 oval2 = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ADC); in snd_sonicvibes_put_mux() 899 right = (oval2 & ~SV_RECSRC_OUT) | right; in snd_sonicvibes_put_mux() 900 change = left != oval1 || right != oval2; in snd_sonicvibes_put_mux() 1007 unsigned short val1, val2, oval1, oval2; in snd_sonicvibes_put_double() local 1019 oval2 = snd_sonicvibes_in1(sonic, right_reg); in snd_sonicvibes_put_double() 1021 val2 = (oval2 & ~(mask << shift_right)) | val2; in snd_sonicvibes_put_double() 1022 change = val1 != oval1 || val2 != oval2; in snd_sonicvibes_put_double()
|
| H A D | cmipci.c | 2087 int val1, val2, oval1, oval2; in snd_cmipci_put_input_sw() local 2092 oval2 = snd_cmipci_mixer_read(cm, reg.right_reg); in snd_cmipci_put_input_sw() 2094 val2 = oval2 & ~((1 << reg.left_shift) | (1 << reg.right_shift)); in snd_cmipci_put_input_sw() 2099 change = val1 != oval1 || val2 != oval2; in snd_cmipci_put_input_sw()
|
| /linux/sound/isa/es1688/ |
| H A D | es1688_lib.c | 859 unsigned char val1, val2, oval1, oval2; in snd_es1688_put_double() local 876 oval2 = snd_es1688_mixer_read(chip, right_reg); in snd_es1688_put_double() 878 oval2 = snd_es1688_read(chip, right_reg); in snd_es1688_put_double() 880 val2 = (oval2 & ~(mask << shift_right)) | val2; in snd_es1688_put_double() 881 change = val1 != oval1 || val2 != oval2; in snd_es1688_put_double()
|
| /linux/sound/isa/sb/ |
| H A D | sb_mixer.c | 393 unsigned char val1, val2, oval1, oval2; in snd_sb16mixer_put_input_sw() local 397 oval2 = snd_sbmixer_read(sb, reg2); in snd_sb16mixer_put_input_sw() 399 val2 = oval2 & ~((1 << left_shift) | (1 << right_shift)); in snd_sb16mixer_put_input_sw() 404 change = val1 != oval1 || val2 != oval2; in snd_sb16mixer_put_input_sw()
|
| /linux/sound/isa/ |
| H A D | opl3sa2.c | 410 unsigned short val1, val2, oval1, oval2; in snd_opl3sa2_put_double() local 423 oval2 = chip->ctlregs[right_reg]; in snd_opl3sa2_put_double() 425 val2 = (oval2 & ~(mask << shift_right)) | val2; in snd_opl3sa2_put_double() 426 change = val1 != oval1 || val2 != oval2; in snd_opl3sa2_put_double()
|