Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/oxygen/
Doxygen_mixer.c456 u32 oldreg, newreg; in spdif_bit_switch_put() local
462 newreg = oldreg | bit; in spdif_bit_switch_put()
464 newreg = oldreg & ~bit; in spdif_bit_switch_put()
465 changed = newreg != oldreg; in spdif_bit_switch_put()
467 oxygen_write32(chip, OXYGEN_SPDIF_CONTROL, newreg); in spdif_bit_switch_put()
500 u8 oldreg, newreg; in monitor_put() local
506 newreg = oldreg | bit; in monitor_put()
508 newreg = oldreg & ~bit; in monitor_put()
509 changed = newreg != oldreg; in monitor_put()
511 oxygen_write8(chip, OXYGEN_ADC_MONITOR, newreg); in monitor_put()
[all …]
/Linux-v4.19/drivers/tty/
Dsynclink.c2697 u16 newreg = oldreg + in mgsl_wait_event() local
2700 if (oldreg != newreg) in mgsl_wait_event()
2701 usc_OutReg(info, RICR, newreg); in mgsl_wait_event()