• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/

Lines Matching defs:snd_ac97_update_bits

371  * snd_ac97_update_bits - update the bits on the given register
383 int snd_ac97_update_bits(struct snd_ac97 *ac97, unsigned short reg, unsigned short mask, unsigned short value)
395 EXPORT_SYMBOL(snd_ac97_update_bits);
397 /* no lock version - see snd_ac97_update_bits() */
499 return snd_ac97_update_bits(ac97, e->reg, mask, val);
512 snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, page);
520 snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, page_save);
589 err = snd_ac97_update_bits(ac97, reg, val_mask, val);
694 snd_ac97_update_bits(ac97, AC97_POWERDOWN, (1<<15), (1<<15)); /* EAPD up */
1583 snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE, ~AC97_GP_DRSS_MASK, 0x0000);
1707 snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,
1730 snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,
1741 snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,
1764 snd_ac97_update_bits(ac97, AC97_SPDIF, AC97_SC_SPSR_MASK, ctl_bits[i]);
2188 snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE, AC97_GP_DRSS_MASK, AC97_GP_DRSS_78);
2192 snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE, AC97_GP_DRSS_MASK, 0);
2414 snd_ac97_update_bits(ac97, AC97_POWERDOWN,
2417 snd_ac97_update_bits(ac97, AC97_POWERDOWN,
2426 snd_ac97_update_bits(ac97, power_regs[i].power_reg,
2432 snd_ac97_update_bits(ac97, AC97_POWERDOWN,
2434 snd_ac97_update_bits(ac97, AC97_POWERDOWN,
2492 snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0);
2498 snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, AC97_EA_SPDIF); /* turn on again */
2707 snd_ac97_update_bits(ac97, 0x7a, 0x20, 0x20); /* select jack detect function */
2708 snd_ac97_update_bits(ac97, 0x7a, 0x01, 0x01); /* Line-out auto mute */
2710 snd_ac97_update_bits(ac97, 0x74, 0x0800, 0x0800);
2736 snd_ac97_update_bits(ac97, AC97_POWERDOWN, 0x8000,
2751 snd_ac97_update_bits(ac97, AC97_POWERDOWN, 0x8000, 0x8000); /* mute LED on */
2769 snd_ac97_update_bits(ac97, AC97_POWERDOWN, 0x8000,
2787 snd_ac97_update_bits(ac97, AC97_POWERDOWN, 0x8000, 0x8000); /* mute LED on */