Home
last modified time | relevance | path

Searched refs:WM8750_PWR1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8750.c293 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8750_PWR1, 1, 0),
294 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8750_PWR1, 2, 0),
295 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8750_PWR1, 3, 0),
297 SND_SOC_DAPM_MUX("Left PGA Mux", WM8750_PWR1, 5, 0,
299 SND_SOC_DAPM_MUX("Right PGA Mux", WM8750_PWR1, 4, 0,
624 u16 pwr_reg = snd_soc_component_read(component, WM8750_PWR1) & 0xfe3e; in wm8750_set_bias_level()
629 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x00c0); in wm8750_set_bias_level()
638 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x01c1); in wm8750_set_bias_level()
645 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x0141); in wm8750_set_bias_level()
648 snd_soc_component_write(component, WM8750_PWR1, 0x0001); in wm8750_set_bias_level()
H A Dwm8750.h36 #define WM8750_PWR1 0x19 macro
/openbmc/qemu/hw/audio/
H A Dwm8750.c351 #define WM8750_PWR1 0x19 macro
416 case WM8750_PWR1: /* Power Management (1) */ in wm8750_tx()