Lines Matching refs:WM8991_POWER_MANAGEMENT_1

707 	SND_SOC_DAPM_MIXER("OUT3MIX", WM8991_POWER_MANAGEMENT_1, WM8991_OUT3_ENA_BIT, 0,
712 SND_SOC_DAPM_MIXER_E("SPKMIX", WM8991_POWER_MANAGEMENT_1, WM8991_SPK_ENA_BIT, 0,
718 SND_SOC_DAPM_MIXER("OUT4MIX", WM8991_POWER_MANAGEMENT_1, WM8991_OUT4_ENA_BIT, 0,
739 SND_SOC_DAPM_PGA("LOUT PGA", WM8991_POWER_MANAGEMENT_1, WM8991_LOUT_ENA_BIT, 0,
743 SND_SOC_DAPM_PGA("ROUT PGA", WM8991_POWER_MANAGEMENT_1, WM8991_ROUT_ENA_BIT, 0,
755 SND_SOC_DAPM_SUPPLY("MICBIAS", WM8991_POWER_MANAGEMENT_1,
1128 val = snd_soc_read(codec, WM8991_POWER_MANAGEMENT_1) & in wm8991_set_bias_level()
1130 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, val | 0x2); in wm8991_set_bias_level()
1158 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1b00); in wm8991_set_bias_level()
1163 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f02); in wm8991_set_bias_level()
1168 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f03); in wm8991_set_bias_level()
1178 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x3); in wm8991_set_bias_level()
1185 val = snd_soc_read(codec, WM8991_POWER_MANAGEMENT_1) & in wm8991_set_bias_level()
1187 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, val | 0x4); in wm8991_set_bias_level()
1205 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f03); in wm8991_set_bias_level()
1208 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x1f01); in wm8991_set_bias_level()
1219 snd_soc_write(codec, WM8991_POWER_MANAGEMENT_1, 0x0); in wm8991_set_bias_level()
1332 regmap_update_bits(wm8991->regmap, WM8991_POWER_MANAGEMENT_1, in wm8991_i2c_probe()