Searched refs:WM8940_CLOCK (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wm8940.c | 63 case WM8940_CLOCK: in wm8940_readable_register() 341 u16 clk = snd_soc_component_read(component, WM8940_CLOCK) & 0x1fe; in wm8940_set_dai_fmt() 352 snd_soc_component_write(component, WM8940_CLOCK, clk); in wm8940_set_dai_fmt() 585 reg = snd_soc_component_read(component, WM8940_CLOCK); in wm8940_set_dai_pll() 586 snd_soc_component_write(component, WM8940_CLOCK, reg & 0x0ff); in wm8940_set_dai_pll() 608 reg = snd_soc_component_read(component, WM8940_CLOCK); in wm8940_set_dai_pll() 609 snd_soc_component_write(component, WM8940_CLOCK, reg | 0x100); in wm8940_set_dai_pll() 641 reg = snd_soc_component_read(component, WM8940_CLOCK) & 0xFFE3; in wm8940_set_dai_clkdiv() 642 ret = snd_soc_component_write(component, WM8940_CLOCK, reg | (div << 2)); in wm8940_set_dai_clkdiv() 645 reg = snd_soc_component_read(component, WM8940_CLOCK) & 0xFF1F; in wm8940_set_dai_clkdiv() [all …]
|
D | wm8940.h | 23 #define WM8940_CLOCK 0x06 macro
|