Lines Matching refs:WM8991_POWER_MANAGEMENT_1

671 	SND_SOC_DAPM_MIXER("OUT3MIX", WM8991_POWER_MANAGEMENT_1, WM8991_OUT3_ENA_BIT, 0,
676 SND_SOC_DAPM_MIXER_E("SPKMIX", WM8991_POWER_MANAGEMENT_1, WM8991_SPK_ENA_BIT, 0,
682 SND_SOC_DAPM_MIXER("OUT4MIX", WM8991_POWER_MANAGEMENT_1, WM8991_OUT4_ENA_BIT, 0,
703 SND_SOC_DAPM_PGA("LOUT PGA", WM8991_POWER_MANAGEMENT_1, WM8991_LOUT_ENA_BIT, 0,
707 SND_SOC_DAPM_PGA("ROUT PGA", WM8991_POWER_MANAGEMENT_1, WM8991_ROUT_ENA_BIT, 0,
719 SND_SOC_DAPM_SUPPLY("MICBIAS", WM8991_POWER_MANAGEMENT_1,
1092 val = snd_soc_component_read(component, WM8991_POWER_MANAGEMENT_1) & in wm8991_set_bias_level()
1094 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, val | 0x2); in wm8991_set_bias_level()
1122 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1b00); in wm8991_set_bias_level()
1127 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f02); in wm8991_set_bias_level()
1132 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f03); in wm8991_set_bias_level()
1142 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x3); in wm8991_set_bias_level()
1149 val = snd_soc_component_read(component, WM8991_POWER_MANAGEMENT_1) & in wm8991_set_bias_level()
1151 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, val | 0x4); in wm8991_set_bias_level()
1169 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f03); in wm8991_set_bias_level()
1172 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x1f01); in wm8991_set_bias_level()
1183 snd_soc_component_write(component, WM8991_POWER_MANAGEMENT_1, 0x0); in wm8991_set_bias_level()
1297 regmap_update_bits(wm8991->regmap, WM8991_POWER_MANAGEMENT_1, in wm8991_i2c_probe()