Lines Matching refs:WM8804_PWRDN
108 SND_SOC_DAPM_PGA("SPDIFTX", WM8804_PWRDN, 2, 1, NULL, 0),
109 SND_SOC_DAPM_PGA("SPDIFRX", WM8804_PWRDN, 1, 1, NULL, 0),
143 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x0); in wm8804_aif_event()
150 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x10); in wm8804_aif_event()
174 txpwr = snd_soc_component_read(component, WM8804_PWRDN) & 0x4; in txsrc_put()
177 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, 0x4); in txsrc_put()
183 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, txpwr); in txsrc_put()
410 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
424 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
441 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x1, 0); in wm8804_set_pll()
699 regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x0); in wm8804_runtime_resume()
709 regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x8); in wm8804_runtime_suspend()