Home
last modified time | relevance | path

Searched refs:newreg (Results 1 – 1 of 1) sorted by relevance

/linux/sound/pci/oxygen/
H A Doxygen_mixer.c432 u32 oldreg, newreg; in spdif_bit_switch_put() local
438 newreg = oldreg | bit; in spdif_bit_switch_put()
440 newreg = oldreg & ~bit; in spdif_bit_switch_put()
441 changed = newreg != oldreg; in spdif_bit_switch_put()
443 oxygen_write32(chip, OXYGEN_SPDIF_CONTROL, newreg); in spdif_bit_switch_put()
475 u8 oldreg, newreg; in monitor_put() local
481 newreg = oldreg | bit; in monitor_put()
483 newreg = oldreg & ~bit; in monitor_put()
484 changed = newreg != oldreg; in monitor_put()
486 oxygen_write8(chip, OXYGEN_ADC_MONITOR, newreg); in monitor_put()
[all …]