Symbol: AC97_EXTENDED_MID
drivers/base/regmap/regmap-ac97.c
25
case AC97_EXTENDED_MID:
drivers/input/touchscreen/wm9713.c
220
val = wm97xx_reg_read(wm, AC97_EXTENDED_MID);
drivers/input/touchscreen/wm9713.c
221
wm97xx_reg_write(wm, AC97_EXTENDED_MID, val & 0x7fff);
drivers/input/touchscreen/wm9713.c
228
val = wm97xx_reg_read(wm, AC97_EXTENDED_MID);
drivers/input/touchscreen/wm9713.c
229
wm97xx_reg_write(wm, AC97_EXTENDED_MID, val | 0x8000);
drivers/input/touchscreen/wm97xx-core.c
135
(power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) {
drivers/input/touchscreen/wm97xx-core.c
137
wm97xx_reg_write(wm, AC97_EXTENDED_MID, power & 0x7fff);
drivers/input/touchscreen/wm97xx-core.c
150
wm97xx_reg_write(wm, AC97_EXTENDED_MID, power | 0x8000);
drivers/input/touchscreen/wm97xx-core.c
791
reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) | 0x8000;
drivers/input/touchscreen/wm97xx-core.c
792
wm97xx_reg_write(wm, AC97_EXTENDED_MID, reg);
drivers/input/touchscreen/wm97xx-core.c
810
reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) & 0x7fff;
drivers/input/touchscreen/wm97xx-core.c
811
wm97xx_reg_write(wm, AC97_EXTENDED_MID, reg);
sound/pci/ac97/ac97_codec.c
1903
val = snd_ac97_read(ac97, AC97_EXTENDED_MID);
sound/pci/ac97/ac97_codec.c
2113
snd_ac97_write(ac97, AC97_EXTENDED_MID, 0);
sound/pci/ac97/ac97_codec.c
2164
ac97->ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID);
sound/pci/ac97/ac97_codec.c
2597
snd_ac97_write(ac97, AC97_EXTENDED_MID, 0);
sound/pci/ac97/ac97_codec.c
2619
unsigned short val = snd_ac97_read(ac97, AC97_EXTENDED_MID);
sound/pci/ac97/ac97_patch.c
832
snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xfeff);
sound/pci/ac97/ac97_patch.c
838
snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00);
sound/pci/ac97/ac97_patch.c
863
snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00);
sound/pci/ac97/ac97_proc.c
285
mext = snd_ac97_read(ac97, AC97_EXTENDED_MID);
sound/pci/cs46xx/cs46xx_lib.c
2363
ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID);
sound/soc/codecs/wm9713.c
1143
snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0xe400, 0x0000);
sound/soc/codecs/wm9713.c
1149
snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0xc400, 0x0000);
sound/soc/codecs/wm9713.c
1154
snd_soc_component_write(component, AC97_EXTENDED_MID, 0xffff);
sound/soc/codecs/wm9713.c
1167
snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0x7fff,
sound/soc/codecs/wm9713.c
204
snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0x1000, 0x1000);
sound/soc/codecs/wm9713.c
430
SND_SOC_DAPM_MIXER("Left HP Mixer", AC97_EXTENDED_MID, 3, 1,
sound/soc/codecs/wm9713.c
432
SND_SOC_DAPM_MIXER("Right HP Mixer", AC97_EXTENDED_MID, 2, 1,
sound/soc/codecs/wm9713.c
434
SND_SOC_DAPM_MIXER("Mono Mixer", AC97_EXTENDED_MID, 0, 1,
sound/soc/codecs/wm9713.c
436
SND_SOC_DAPM_MIXER("Speaker Mixer", AC97_EXTENDED_MID, 1, 1,
sound/soc/codecs/wm9713.c
439
SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", AC97_EXTENDED_MID, 7, 1),
sound/soc/codecs/wm9713.c
440
SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", AC97_EXTENDED_MID, 6, 1),
sound/soc/codecs/wm9713.c
445
SND_SOC_DAPM_DAC_E("Voice DAC", "Voice Playback", AC97_EXTENDED_MID, 12, 1,
sound/soc/codecs/wm9713.c
447
SND_SOC_DAPM_DAC("Aux DAC", "Aux Playback", AC97_EXTENDED_MID, 11, 1),
sound/soc/codecs/wm9713.c
448
SND_SOC_DAPM_PGA("Left ADC", AC97_EXTENDED_MID, 5, 1, NULL, 0),
sound/soc/codecs/wm9713.c
449
SND_SOC_DAPM_PGA("Right ADC", AC97_EXTENDED_MID, 4, 1, NULL, 0),
sound/soc/codecs/wm9713.c
821
snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0x0200, 0x0200);
sound/soc/codecs/wm9713.c
862
snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0x0200, 0x0000);