Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8974.c216 SND_SOC_DAPM_PGA("Aux Input", WM8974_POWER1, 6, 0, NULL, 0),
226 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8974_POWER1, 4, 0, NULL, 0),
333 reg = snd_soc_component_read32(component, WM8974_POWER1); in wm8974_set_dai_pll()
334 snd_soc_component_write(component, WM8974_POWER1, reg & 0x1df); in wm8974_set_dai_pll()
344 reg = snd_soc_component_read32(component, WM8974_POWER1); in wm8974_set_dai_pll()
345 snd_soc_component_write(component, WM8974_POWER1, reg | 0x020); in wm8974_set_dai_pll()
586 u16 power1 = snd_soc_component_read32(component, WM8974_POWER1) & ~0x3; in wm8974_set_bias_level()
592 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level()
602 snd_soc_component_write(component, WM8974_POWER1, power1 | 0x3); in wm8974_set_bias_level()
607 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level()
[all …]
Dwm8974.h12 #define WM8974_POWER1 0x1 macro