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);
49 unsigned int old, new;
55 new = (old & ~mask) | (value & mask);
57 if (old == new)
60 snd_sof_dsp_write(sdev, bar, offset, new);
69 u64 old, new;
73 new = (old & ~mask) | (value & mask);
75 if (old == new)
78 snd_sof_dsp_write64(sdev, bar, offset, new);
105 unsigned int old, new;
111 new = (old & ~mask) | (value & mask);
113 snd_sof_dsp_write(sdev, bar, offset, new);