Searched refs:oval1 (Results 1 – 3 of 3) sorted by relevance
| /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 | 149 unsigned char oval1, oval2, val1, val2; in snd_tea6330t_put_master_switch() 154 oval1 = tea->regs[TEA6330T_SADDR_VOLUME_LEFT] == 0 ? 0 : 1; in snd_tea6330t_put_master_switch() 156 change = val1 != oval1 || val2 != oval2; in snd_tea6330t_put_master_switch() 148 unsigned char oval1, oval2, val1, val2; snd_tea6330t_put_master_switch() local
|
| /linux/sound/pci/ |
| H A D | cmipci.c | 2087 int val1, val2, oval1, oval2; in snd_cmipci_put_input_sw() local 2091 oval1 = snd_cmipci_mixer_read(cm, reg.left_reg); in snd_cmipci_put_input_sw() 2093 val1 = oval1 & ~((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()
|