Searched refs:snd_ac97_update_bits_nolock (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_local.h27 int snd_ac97_update_bits_nolock(struct snd_ac97 *ac97, unsigned short reg,
H A Dac97_pcm.c211 snd_ac97_update_bits_nolock(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0);
212 snd_ac97_update_bits_nolock(ac97, reg, mask, bits);
232 snd_ac97_update_bits_nolock(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, AC97_EA_SPDIF);
H A Dac97_codec.c390 change = snd_ac97_update_bits_nolock(ac97, reg, mask, value);
398 int snd_ac97_update_bits_nolock(struct snd_ac97 *ac97, unsigned short reg, function
785 change |= snd_ac97_update_bits_nolock(ac97, AC97_CSR_SPDIF, 0x3fff, ((val & 0xcfff) | (x << 12)));
790 change |= snd_ac97_update_bits_nolock(ac97, AC97_CXR_AUDIO_MISC,
794 change |= snd_ac97_update_bits_nolock(ac97,
801 snd_ac97_update_bits_nolock(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0); /* turn off */
803 change |= snd_ac97_update_bits_nolock(ac97, AC97_SPDIF, 0x3fff, val);
805 snd_ac97_update_bits_nolock(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, AC97_EA_SPDIF); /* turn on again */
834 snd_ac97_update_bits_nolock(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0); /* turn off */
835 change = snd_ac97_update_bits_nolock(ac9
[all...]

Completed in 41 milliseconds