Lines Matching refs:WM8978_POWER_MANAGEMENT_1
337 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8978_POWER_MANAGEMENT_1, 4, 0),
545 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_configure_pll()
553 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0x20); in wm8978_configure_pll()
640 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_set_dai_sysclk()
859 u16 power1 = snd_soc_read(codec, WM8978_POWER_MANAGEMENT_1) & ~3; in wm8978_set_bias_level()
865 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level()
873 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, in wm8978_set_bias_level()
879 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level()
883 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, ~0x20, 0); in wm8978_set_bias_level()
933 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, 0); in wm8978_suspend()
951 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0x20); in wm8978_resume()