Searched refs:newreg (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | oxygen_mixer.c | 444 u32 oldreg, newreg; in spdif_bit_switch_put() local 450 newreg = oldreg | bit; in spdif_bit_switch_put() 452 newreg = oldreg & ~bit; in spdif_bit_switch_put() 453 changed = newreg != oldreg; in spdif_bit_switch_put() 455 oxygen_write32(chip, OXYGEN_SPDIF_CONTROL, newreg); in spdif_bit_switch_put() 488 u8 oldreg, newreg; in monitor_put() local 494 newreg = oldreg | bit; in monitor_put() 496 newreg = oldreg & ~bit; in monitor_put() 497 changed = newreg != oldreg; in monitor_put() 499 oxygen_write8(chip, OXYGEN_ADC_MONITOR, newreg); in monitor_put() 550 u16 oldreg, newreg; ac97_switch_put() local 626 u16 oldreg, newreg; ac97_volume_put() local 670 u16 oldreg, newreg; mic_fmic_source_put() local 714 u16 oldreg, newreg; ac97_fp_rec_volume_put() local [all...] |
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | oxygen_mixer.c | 444 u32 oldreg, newreg; in spdif_bit_switch_put() local 450 newreg = oldreg | bit; in spdif_bit_switch_put() 452 newreg = oldreg & ~bit; in spdif_bit_switch_put() 453 changed = newreg != oldreg; in spdif_bit_switch_put() 455 oxygen_write32(chip, OXYGEN_SPDIF_CONTROL, newreg); in spdif_bit_switch_put() 488 u8 oldreg, newreg; in monitor_put() local 494 newreg = oldreg | bit; in monitor_put() 496 newreg = oldreg & ~bit; in monitor_put() 497 changed = newreg != oldreg; in monitor_put() 499 oxygen_write8(chip, OXYGEN_ADC_MONITOR, newreg); in monitor_put() 550 u16 oldreg, newreg; ac97_switch_put() local 626 u16 oldreg, newreg; ac97_volume_put() local 670 u16 oldreg, newreg; mic_fmic_source_put() local 714 u16 oldreg, newreg; ac97_fp_rec_volume_put() local [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink.c | 2696 u16 newreg = oldreg + in mgsl_wait_event() local 2699 if (oldreg != newreg) in mgsl_wait_event() 2700 usc_OutReg(info, RICR, newreg); in mgsl_wait_event()
|
Completed in 11 milliseconds