Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8990.c632 SND_SOC_DAPM_PGA("LOUT PGA", WM8990_POWER_MANAGEMENT_1, WM8990_LOUT_ENA_BIT, 0,
648 SND_SOC_DAPM_SUPPLY("MICBIAS", WM8990_POWER_MANAGEMENT_1,
1028 snd_soc_component_update_bits(component, WM8990_POWER_MANAGEMENT_1, in wm8990_set_bias_level()
1062 snd_soc_component_write(component, WM8990_POWER_MANAGEMENT_1, 0x1b00); in wm8990_set_bias_level()
1067 snd_soc_component_write(component, WM8990_POWER_MANAGEMENT_1, 0x1f02); in wm8990_set_bias_level()
1072 snd_soc_component_write(component, WM8990_POWER_MANAGEMENT_1, 0x1f03); in wm8990_set_bias_level()
1082 snd_soc_component_write(component, WM8990_POWER_MANAGEMENT_1, 0x3); in wm8990_set_bias_level()
1094 snd_soc_component_update_bits(component, WM8990_POWER_MANAGEMENT_1, in wm8990_set_bias_level()
1113 snd_soc_component_write(component, WM8990_POWER_MANAGEMENT_1, 0x1f03); in wm8990_set_bias_level()
1116 snd_soc_component_write(component, WM8990_POWER_MANAGEMENT_1, 0x1f01); in wm8990_set_bias_level()
[all …]
H A Dwm8990.h17 #define WM8990_POWER_MANAGEMENT_1 0x01 macro