Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/oxygen/
Doxygen_mixer.c455 u32 oldreg, newreg; in spdif_bit_switch_put() local
461 newreg = oldreg | bit; in spdif_bit_switch_put()
463 newreg = oldreg & ~bit; in spdif_bit_switch_put()
464 changed = newreg != oldreg; in spdif_bit_switch_put()
466 oxygen_write32(chip, OXYGEN_SPDIF_CONTROL, newreg); in spdif_bit_switch_put()
499 u8 oldreg, newreg; in monitor_put() local
505 newreg = oldreg | bit; in monitor_put()
507 newreg = oldreg & ~bit; in monitor_put()
508 changed = newreg != oldreg; in monitor_put()
510 oxygen_write8(chip, OXYGEN_ADC_MONITOR, newreg); in monitor_put()
[all …]
/linux-2.6.39/drivers/tty/
Dsynclink.c2717 u16 newreg = oldreg + in mgsl_wait_event() local
2720 if (oldreg != newreg) in mgsl_wait_event()
2721 usc_OutReg(info, RICR, newreg); in mgsl_wait_event()