Symbol: snd_ac97_update_bits
include/sound/ac97_codec.h
325
int snd_ac97_update_bits(struct snd_ac97 *ac97, unsigned short reg, unsigned short mask, unsigned short value);
sound/pci/ac97/ac97_codec.c
1616
snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE, ~AC97_GP_DRSS_MASK, 0x0000);
sound/pci/ac97/ac97_codec.c
1755
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,
sound/pci/ac97/ac97_codec.c
1778
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,
sound/pci/ac97/ac97_codec.c
1789
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,
sound/pci/ac97/ac97_codec.c
1812
snd_ac97_update_bits(ac97, AC97_SPDIF, AC97_SC_SPSR_MASK, ctl_bits[i]);
sound/pci/ac97/ac97_codec.c
2254
snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE, AC97_GP_DRSS_MASK, AC97_GP_DRSS_78);
sound/pci/ac97/ac97_codec.c
2258
snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE, AC97_GP_DRSS_MASK, 0);
sound/pci/ac97/ac97_codec.c
2485
snd_ac97_update_bits(ac97, AC97_POWERDOWN,
sound/pci/ac97/ac97_codec.c
2488
snd_ac97_update_bits(ac97, AC97_POWERDOWN,
sound/pci/ac97/ac97_codec.c
2497
snd_ac97_update_bits(ac97, power_regs[i].power_reg,
sound/pci/ac97/ac97_codec.c
2503
snd_ac97_update_bits(ac97, AC97_POWERDOWN,
sound/pci/ac97/ac97_codec.c
2505
snd_ac97_update_bits(ac97, AC97_POWERDOWN,
sound/pci/ac97/ac97_codec.c
2562
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0);
sound/pci/ac97/ac97_codec.c
2568
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, AC97_EA_SPDIF); /* turn on again */
sound/pci/ac97/ac97_codec.c
2809
snd_ac97_update_bits(ac97, 0x7a, 0x20, 0x20); /* select jack detect function */
sound/pci/ac97/ac97_codec.c
2810
snd_ac97_update_bits(ac97, 0x7a, 0x01, 0x01); /* Line-out auto mute */
sound/pci/ac97/ac97_codec.c
2812
snd_ac97_update_bits(ac97, 0x74, 0x0800, 0x0800);
sound/pci/ac97/ac97_codec.c
2838
snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD,
sound/pci/ac97/ac97_codec.c
2853
snd_ac97_update_bits(
sound/pci/ac97/ac97_codec.c
2874
snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD,
sound/pci/ac97/ac97_codec.c
2892
snd_ac97_update_bits(
sound/pci/ac97/ac97_codec.c
388
EXPORT_SYMBOL(snd_ac97_update_bits);
sound/pci/ac97/ac97_codec.c
484
return snd_ac97_update_bits(ac97, e->reg, mask, val);
sound/pci/ac97/ac97_codec.c
497
snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, page);
sound/pci/ac97/ac97_codec.c
505
snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, page_save);
sound/pci/ac97/ac97_codec.c
574
err = snd_ac97_update_bits(ac97, reg, val_mask, val);
sound/pci/ac97/ac97_codec.c
674
snd_ac97_update_bits(ac97, AC97_POWERDOWN, (1<<15), (1<<15)); /* EAPD up */
sound/pci/ac97/ac97_patch.c
1261
snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, AC97_PAGE_VENDOR);
sound/pci/ac97/ac97_patch.c
1376
snd_ac97_update_bits(ac97, 0x5c, 0x01, 0x01);
sound/pci/ac97/ac97_patch.c
1408
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000,
sound/pci/ac97/ac97_patch.c
1413
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000);
sound/pci/ac97/ac97_patch.c
1426
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000,
sound/pci/ac97/ac97_patch.c
1432
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000);
sound/pci/ac97/ac97_patch.c
1482
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, mask);
sound/pci/ac97/ac97_patch.c
1498
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, cfg_bits[idx]);
sound/pci/ac97/ac97_patch.c
1521
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000,
sound/pci/ac97/ac97_patch.c
1580
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000);
sound/pci/ac97/ac97_patch.c
1796
return snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x0004, val);
sound/pci/ac97/ac97_patch.c
1881
snd_ac97_update_bits(ac97, AC97_AD_JACK_SPDIF, 1<<11, 1<<11);
sound/pci/ac97/ac97_patch.c
1888
snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD198X_MSPLT, AC97_AD198X_MSPLT);
sound/pci/ac97/ac97_patch.c
1922
snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD198X_MSPLT, AC97_AD198X_MSPLT);
sound/pci/ac97/ac97_patch.c
1952
return snd_ac97_update_bits(ac97, AC97_AD_MISC,
sound/pci/ac97/ac97_patch.c
1988
return snd_ac97_update_bits(ac97, AC97_AD_MISC,
sound/pci/ac97/ac97_patch.c
2002
snd_ac97_update_bits(ac97, AC97_AD_MISC, (1 << 11) | (1 << 12), val);
sound/pci/ac97/ac97_patch.c
2142
return snd_ac97_update_bits(ac97, AC97_AD_MISC,
sound/pci/ac97/ac97_patch.c
2183
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 1 << 9,
sound/pci/ac97/ac97_patch.c
2259
ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL,
sound/pci/ac97/ac97_patch.c
2266
ret1 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SOSEL,
sound/pci/ac97/ac97_patch.c
2295
ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SPRD,
sound/pci/ac97/ac97_patch.c
2302
ret1 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SOSEL,
sound/pci/ac97/ac97_patch.c
2392
cret = snd_ac97_update_bits(ac97, AC97_AD_MISC2,
sound/pci/ac97/ac97_patch.c
2396
lret = snd_ac97_update_bits(ac97, AC97_AD_MISC3,
sound/pci/ac97/ac97_patch.c
2400
mret = snd_ac97_update_bits(ac97, AC97_AD_MISC2,
sound/pci/ac97/ac97_patch.c
2468
snd_ac97_update_bits(ac97, AC97_AD_MISC,
sound/pci/ac97/ac97_patch.c
2480
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG,
sound/pci/ac97/ac97_patch.c
2523
snd_ac97_update_bits(ac97, 0x7a, 0x400, 0x400);
sound/pci/ac97/ac97_patch.c
2536
snd_ac97_update_bits(ac97, AC97_ALC650_MULTICH, 1 << 9,
sound/pci/ac97/ac97_patch.c
2541
snd_ac97_update_bits(ac97, AC97_ALC650_CLOCK, 1 << 12,
sound/pci/ac97/ac97_patch.c
2544
snd_ac97_update_bits(ac97, AC97_ALC650_MULTICH, 1 << 10,
sound/pci/ac97/ac97_patch.c
2547
snd_ac97_update_bits(ac97, AC97_ALC650_GPIO_STATUS, 0x100,
sound/pci/ac97/ac97_patch.c
2700
snd_ac97_update_bits(ac97, AC97_ALC650_CLOCK, 1 << 12,
sound/pci/ac97/ac97_patch.c
2798
snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, AC97_PAGE_VENDOR);
sound/pci/ac97/ac97_patch.c
2832
snd_ac97_update_bits(ac97, 0x74, 0x0800, 0x0800);
sound/pci/ac97/ac97_patch.c
2850
snd_ac97_update_bits(ac97, AC97_ALC850_MISC1, (1<<4)|(1<<5),
sound/pci/ac97/ac97_patch.c
2853
snd_ac97_update_bits(ac97, AC97_ALC850_JACK_SELECT, 7 << 12,
sound/pci/ac97/ac97_patch.c
2858
snd_ac97_update_bits(ac97, AC97_ALC850_MISC1, (1<<12)|(1<<13),
sound/pci/ac97/ac97_patch.c
2861
snd_ac97_update_bits(ac97, AC97_ALC850_JACK_SELECT, 7 << 4,
sound/pci/ac97/ac97_patch.c
2866
snd_ac97_update_bits(ac97, AC97_ALC850_MULTICH, 1 << 10,
sound/pci/ac97/ac97_patch.c
288
return snd_ac97_update_bits(ac97, AC97_YMF7X3_DIT_CTRL, 0x0002, val);
sound/pci/ac97/ac97_patch.c
2905
snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, AC97_PAGE_VENDOR);
sound/pci/ac97/ac97_patch.c
2982
snd_ac97_update_bits(ac97, AC97_CM9738_VENDOR_CTRL, 1 << 10,
sound/pci/ac97/ac97_patch.c
3034
return snd_ac97_update_bits(ac97, AC97_CM9739_SPDIF_CTRL,
sound/pci/ac97/ac97_patch.c
3060
snd_ac97_update_bits(ac97, AC97_CM9739_MULTI_CHAN, 1 << 10,
sound/pci/ac97/ac97_patch.c
3063
snd_ac97_update_bits(ac97, AC97_CM9739_MULTI_CHAN, 0x3000,
sound/pci/ac97/ac97_patch.c
3179
snd_ac97_update_bits(ac97, AC97_CM9761_MULTI_CHAN, 0x3c88, val);
sound/pci/ac97/ac97_patch.c
3212
return snd_ac97_update_bits(ac97, AC97_CM9761_FUNC, 0x1, 0x1);
sound/pci/ac97/ac97_patch.c
3213
snd_ac97_update_bits(ac97, AC97_CM9761_FUNC, 0x1, 0);
sound/pci/ac97/ac97_patch.c
3214
return snd_ac97_update_bits(ac97, AC97_CM9761_SPDIF_CTRL, 0x2,
sound/pci/ac97/ac97_patch.c
3703
snd_ac97_update_bits(pac97, AC97_INT_PAGING, AC97_PAGE_MASK, 0);
sound/pci/ac97/ac97_patch.c
3708
snd_ac97_update_bits(pac97, AC97_INT_PAGING, AC97_PAGE_MASK, datpag);
sound/pci/ac97/ac97_patch.c
3749
snd_ac97_update_bits(snd_kcontrol_chip(kcontrol), 0x5c, 0x0008,
sound/pci/ac97/ac97_patch.c
3754
return snd_ac97_update_bits(snd_kcontrol_chip(kcontrol), 0x76, 0x0008,
sound/pci/ac97/ac97_patch.c
3809
snd_ac97_update_bits(ac97, 0x76, 1 << 9,
sound/pci/ac97/ac97_patch.c
3812
snd_ac97_update_bits(ac97, 0x76, 1 << 10,
sound/pci/ac97/ac97_patch.c
389
return snd_ac97_update_bits(ac97, AC97_YMF7X3_DIT_CTRL, 0x0028, val);
sound/pci/ac97/ac97_patch.c
59
snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, page);
sound/pci/ac97/ac97_patch.c
60
ret = snd_ac97_update_bits(ac97, reg, mask, value);
sound/pci/ac97/ac97_patch.c
61
snd_ac97_update_bits(ac97, AC97_INT_PAGING, AC97_PAGE_MASK, page_save);
sound/pci/ac97/ac97_patch.c
980
err = snd_ac97_update_bits(ac97, AC97_SIGMATEL_BIAS2, 0x0010,
sound/pci/ac97/ac97_pcm.c
173
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0);
sound/pci/ac97/ac97_pcm.c
180
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0);
sound/pci/ac97/ac97_pcm.c
188
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0);
sound/pci/ac97/ac97_pcm.c
288
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,
sound/pci/ac97/ac97_pcm.c
296
snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE,
sound/pci/ac97/ac97_proc.c
116
snd_ac97_update_bits(ac97, AC97_INT_PAGING,
sound/pci/ac97/ac97_proc.c
125
snd_ac97_update_bits(ac97, AC97_INT_PAGING,
sound/pci/ac97/ac97_proc.c
276
snd_ac97_update_bits(ac97, AC97_INT_PAGING,
sound/pci/ac97/ac97_proc.c
279
snd_ac97_update_bits(ac97, AC97_INT_PAGING,
sound/pci/ac97/ac97_proc.c
338
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000,
sound/pci/ac97/ac97_proc.c
344
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000);
sound/pci/ac97/ac97_proc.c
401
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000,
sound/pci/ac97/ac97_proc.c
406
snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000);
sound/pci/atiixp.c
1303
snd_ac97_update_bits(chip->ac97[i],
sound/pci/cs46xx/cs46xx_lib.c
2303
return snd_ac97_update_bits(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX],
sound/pci/cs5535audio/cs5535audio_olpc.c
32
err = snd_ac97_update_bits(ac97, AC97_AD_TEST2,
sound/pci/cs5535audio/cs5535audio_olpc.c
55
err = snd_ac97_update_bits(ac97, AC97_AD_MISC,
sound/pci/emu10k1/emumixer.c
2144
snd_ac97_update_bits(emu->ac97, AC97_GENERAL_PURPOSE,
sound/pci/intel8x0.c
2282
snd_ac97_update_bits(chip->ac97[0], AC97_EXTENDED_STATUS, 0x03 << 4, 0x03 << 4);
sound/pci/via82xx.c
1893
snd_ac97_update_bits(chip->ac97, AC97_EXTENDED_STATUS, 0x03 << 4, 0x03 << 4);
sound/pci/ymfpci/ymfpci_main.c
1765
snd_ac97_update_bits(chip->ac97, AC97_EXTENDED_STATUS,
sound/soc/fsl/fsl-asoc-card.c
590
snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS,