Lines Matching defs:new
19 unsigned int old, new;
26 new = (old & ~mask) | (value & mask);
28 if (old == new)
31 pci_write_config_dword(pci, offset, new);
54 unsigned int old, new;
60 new = (old & ~mask) | (value & mask);
62 if (old == new)
65 snd_sof_dsp_write(sdev, bar, offset, new);
74 u64 old, new;
78 new = (old & ~mask) | (value & mask);
80 if (old == new)
83 snd_sof_dsp_write64(sdev, bar, offset, new);
122 unsigned int old, new;
128 new = (old & ~mask) | (value & mask);
130 snd_sof_dsp_write(sdev, bar, offset, new);