Home
last modified time | relevance | path

Searched refs:AC97_AD_SERIAL_CFG (Results 1 – 5 of 5) sorted by relevance

/linux/sound/pci/ac97/
H A Dac97_proc.c338 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, in snd_ac97_proc_read()
344 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000); in snd_ac97_proc_read()
402 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, in snd_ac97_proc_regs_read()
407 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000); in snd_ac97_proc_regs_read()
H A Dac97_patch.c1389 AC97_AD_MISC, AC97_AD_SERIAL_CFG, AC97_AD_JACK_SPDIF, in ad18xx_resume()
1410 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, in ad18xx_resume()
1415 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000); in ad18xx_resume()
1428 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, in ad18xx_resume()
1434 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, 0x7000); in ad18xx_resume()
1438 i == AC97_AD_SERIAL_CFG) in ad18xx_resume()
1473 scfg = snd_ac97_read(ac97, AC97_AD_SERIAL_CFG); in patch_ad1819()
1474 snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x7000); /* select all codecs */ in patch_ad1819()
1484 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, mask); in patch_ad1881_unchained()
1500 snd_ac97_update_bits(ac97, AC97_AD_SERIAL_CFG, 0x7000, cfg_bits[idx]); in patch_ad1881_chained1()
[all …]
H A Dac97_codec.c425 cfg = snd_ac97_read_cache(ac97, AC97_AD_SERIAL_CFG); in snd_ac97_ad18xx_update_pcm_bits()
428 ac97->bus->ops->write(ac97, AC97_AD_SERIAL_CFG, in snd_ac97_ad18xx_update_pcm_bits()
434 ac97->bus->ops->write(ac97, AC97_AD_SERIAL_CFG, in snd_ac97_ad18xx_update_pcm_bits()
2803 scfg = snd_ac97_read(ac97, AC97_AD_SERIAL_CFG); in tune_ad_sharing()
2804 snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x0200); in tune_ad_sharing()
/linux/sound/soc/codecs/
H A Dad1980.c70 case AC97_AD_SERIAL_CFG: in ad1980_readable_reg()
222 snd_soc_component_write(component, AC97_AD_SERIAL_CFG, 0x9900); in ad1980_reset()
/linux/include/sound/
H A Dac97_codec.h43 #define AC97_AD_SERIAL_CFG 0x74 /* Serial Configuration */ macro