Lines Matching refs:AC97_EXTENDED_MID

229 	status = ac97_read(codec, AC97_EXTENDED_MID) | 0x1000;  in wm9713_voice_shutdown()
234 ac97_write(codec, AC97_EXTENDED_MID, status); in wm9713_voice_shutdown()
464 SND_SOC_DAPM_MIXER("Left HP Mixer", AC97_EXTENDED_MID, 3, 1,
466 SND_SOC_DAPM_MIXER("Right HP Mixer", AC97_EXTENDED_MID, 2, 1,
468 SND_SOC_DAPM_MIXER("Mono Mixer", AC97_EXTENDED_MID, 0, 1,
470 SND_SOC_DAPM_MIXER("Speaker Mixer", AC97_EXTENDED_MID, 1, 1,
473 SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", AC97_EXTENDED_MID, 7, 1),
474 SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", AC97_EXTENDED_MID, 6, 1),
479 SND_SOC_DAPM_DAC_E("Voice DAC", "Voice Playback", AC97_EXTENDED_MID, 12, 1,
481 SND_SOC_DAPM_DAC("Aux DAC", "Aux Playback", AC97_EXTENDED_MID, 11, 1),
482 SND_SOC_DAPM_PGA("Left ADC", AC97_EXTENDED_MID, 5, 1, NULL, 0),
483 SND_SOC_DAPM_PGA("Right ADC", AC97_EXTENDED_MID, 4, 1, NULL, 0),
798 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_set_pll()
799 ac97_write(codec, AC97_EXTENDED_MID, reg | 0x0200); in wm9713_set_pll()
840 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_set_pll()
841 ac97_write(codec, AC97_EXTENDED_MID, reg & 0xfdff); in wm9713_set_pll()
1136 reg = ac97_read(codec, AC97_EXTENDED_MID) & 0x1bff; in wm9713_set_bias_level()
1137 ac97_write(codec, AC97_EXTENDED_MID, reg); in wm9713_set_bias_level()
1143 reg = ac97_read(codec, AC97_EXTENDED_MID) & 0x3bff; in wm9713_set_bias_level()
1144 ac97_write(codec, AC97_EXTENDED_MID, reg); in wm9713_set_bias_level()
1149 ac97_write(codec, AC97_EXTENDED_MID, 0xffff); in wm9713_set_bias_level()
1164 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_soc_suspend()
1165 ac97_write(codec, AC97_EXTENDED_MID, reg | 0x7fff); in wm9713_soc_suspend()
1193 if (i == AC97_POWERDOWN || i == AC97_EXTENDED_MID || in wm9713_soc_resume()