Lines Matching refs:AC97_EXTENDED_MID

227 	status = ac97_read(codec, AC97_EXTENDED_MID) | 0x1000;  in wm9713_voice_shutdown()
232 ac97_write(codec, AC97_EXTENDED_MID, status); in wm9713_voice_shutdown()
462 SND_SOC_DAPM_MIXER("Left HP Mixer", AC97_EXTENDED_MID, 3, 1,
464 SND_SOC_DAPM_MIXER("Right HP Mixer", AC97_EXTENDED_MID, 2, 1,
466 SND_SOC_DAPM_MIXER("Mono Mixer", AC97_EXTENDED_MID, 0, 1,
468 SND_SOC_DAPM_MIXER("Speaker Mixer", AC97_EXTENDED_MID, 1, 1,
471 SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", AC97_EXTENDED_MID, 7, 1),
472 SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", AC97_EXTENDED_MID, 6, 1),
477 SND_SOC_DAPM_DAC_E("Voice DAC", "Voice Playback", AC97_EXTENDED_MID, 12, 1,
479 SND_SOC_DAPM_DAC("Aux DAC", "Aux Playback", AC97_EXTENDED_MID, 11, 1),
480 SND_SOC_DAPM_PGA("Left ADC", AC97_EXTENDED_MID, 5, 1, NULL, 0),
481 SND_SOC_DAPM_PGA("Right ADC", AC97_EXTENDED_MID, 4, 1, NULL, 0),
796 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_set_pll()
797 ac97_write(codec, AC97_EXTENDED_MID, reg | 0x0200); in wm9713_set_pll()
838 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_set_pll()
839 ac97_write(codec, AC97_EXTENDED_MID, reg & 0xfdff); in wm9713_set_pll()
1156 reg = ac97_read(codec, AC97_EXTENDED_MID) & 0x1bff; in wm9713_set_bias_level()
1157 ac97_write(codec, AC97_EXTENDED_MID, reg); in wm9713_set_bias_level()
1163 reg = ac97_read(codec, AC97_EXTENDED_MID) & 0x3bff; in wm9713_set_bias_level()
1164 ac97_write(codec, AC97_EXTENDED_MID, reg); in wm9713_set_bias_level()
1169 ac97_write(codec, AC97_EXTENDED_MID, 0xffff); in wm9713_set_bias_level()
1185 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_soc_suspend()
1186 ac97_write(codec, AC97_EXTENDED_MID, reg | 0x7fff); in wm9713_soc_suspend()
1213 if (i == AC97_POWERDOWN || i == AC97_EXTENDED_MID || in wm9713_soc_resume()