Lines Matching refs:WM8991_POWER_MANAGEMENT_1
673 SND_SOC_DAPM_MIXER("OUT3MIX", WM8991_POWER_MANAGEMENT_1, WM8991_OUT3_ENA_BIT, 0,
678 SND_SOC_DAPM_MIXER_E("SPKMIX", WM8991_POWER_MANAGEMENT_1, WM8991_SPK_ENA_BIT, 0,
684 SND_SOC_DAPM_MIXER("OUT4MIX", WM8991_POWER_MANAGEMENT_1, WM8991_OUT4_ENA_BIT, 0,
705 SND_SOC_DAPM_PGA("LOUT PGA", WM8991_POWER_MANAGEMENT_1, WM8991_LOUT_ENA_BIT, 0,
709 SND_SOC_DAPM_PGA("ROUT PGA", WM8991_POWER_MANAGEMENT_1, WM8991_ROUT_ENA_BIT, 0,
721 SND_SOC_DAPM_SUPPLY("MICBIAS", WM8991_POWER_MANAGEMENT_1,
1094 val = snd_soc_read(codec, WM8991_POWER_MANAGEMENT_1) & in wm8991_set_bias_level()
1096 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, val | 0x2); in wm8991_set_bias_level()
1124 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1b00); in wm8991_set_bias_level()
1129 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f02); in wm8991_set_bias_level()
1134 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f03); in wm8991_set_bias_level()
1144 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x3); in wm8991_set_bias_level()
1151 val = snd_soc_read(codec, WM8991_POWER_MANAGEMENT_1) & in wm8991_set_bias_level()
1153 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, val | 0x4); in wm8991_set_bias_level()
1171 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f03); in wm8991_set_bias_level()
1174 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f01); in wm8991_set_bias_level()
1185 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x0); in wm8991_set_bias_level()
1297 regmap_update_bits(wm8991->regmap, WM8991_POWER_MANAGEMENT_1, in wm8991_i2c_probe()