Lines Matching refs:snd_soc_update_bits

147 			snd_soc_update_bits(codec, WM8804_PWRDN, 0x10, 0x0);  in wm8804_aif_event()
154 snd_soc_update_bits(codec, WM8804_PWRDN, 0x10, 0x10); in wm8804_aif_event()
181 snd_soc_update_bits(codec, WM8804_PWRDN, 0x4, 0x4); in txsrc_put()
184 snd_soc_update_bits(codec, e->reg, mask, val); in txsrc_put()
187 snd_soc_update_bits(codec, WM8804_PWRDN, 0x4, txpwr); in txsrc_put()
246 snd_soc_update_bits(codec, WM8804_AIFTX, 0x3, format); in wm8804_set_fmt()
247 snd_soc_update_bits(codec, WM8804_AIFRX, 0x3, format); in wm8804_set_fmt()
262 snd_soc_update_bits(codec, WM8804_AIFRX, 0x40, master << 6); in wm8804_set_fmt()
283 snd_soc_update_bits(codec, WM8804_AIFTX, 0x10 | 0x20, in wm8804_set_fmt()
285 snd_soc_update_bits(codec, WM8804_AIFRX, 0x10 | 0x20, in wm8804_set_fmt()
316 snd_soc_update_bits(codec, WM8804_AIFTX, 0xc, blen << 2); in wm8804_hw_params()
317 snd_soc_update_bits(codec, WM8804_AIFRX, 0xc, blen << 2); in wm8804_hw_params()
434 snd_soc_update_bits(codec, WM8804_PLL4, 0xf | 0x10, in wm8804_set_pll()
437 snd_soc_update_bits(codec, WM8804_PLL5, 0x3 | 0x8, in wm8804_set_pll()
445 snd_soc_update_bits(codec, WM8804_PWRDN, 0x1, 0); in wm8804_set_pll()
462 snd_soc_update_bits(codec, WM8804_PLL6, 0x80, 0x80); in wm8804_set_sysclk()
470 snd_soc_update_bits(codec, WM8804_PLL6, 0x80, 0); in wm8804_set_sysclk()
473 snd_soc_update_bits(codec, WM8804_PLL6, 0x8, 0); in wm8804_set_sysclk()
476 snd_soc_update_bits(codec, WM8804_PLL6, 0x8, 0x8); in wm8804_set_sysclk()
495 snd_soc_update_bits(codec, WM8804_PLL5, 0x30, in wm8804_set_clkdiv()