Home
last modified time | relevance | path

Searched refs:WM8978_POWER_MANAGEMENT_1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8978.c334 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8978_POWER_MANAGEMENT_1, 4, 0),
542 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_configure_pll()
550 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, 0x20, 0x20); in wm8978_configure_pll()
637 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_set_dai_sysclk()
856 u16 power1 = snd_soc_component_read(component, WM8978_POWER_MANAGEMENT_1) & ~3; in wm8978_set_bias_level()
862 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level()
870 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, in wm8978_set_bias_level()
876 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level()
880 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, ~0x20, 0); in wm8978_set_bias_level()
930 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, 0); in wm8978_suspend()
[all …]
H A Dwm8978.h15 #define WM8978_POWER_MANAGEMENT_1 0x01 macro