Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8940.c65 case WM8940_CLOCK: in wm8940_readable_register()
343 u16 clk = snd_soc_component_read(component, WM8940_CLOCK) & 0x1fe; in wm8940_set_dai_fmt()
354 snd_soc_component_write(component, WM8940_CLOCK, clk); in wm8940_set_dai_fmt()
594 reg = snd_soc_component_read(component, WM8940_CLOCK); in wm8940_set_dai_pll()
595 snd_soc_component_write(component, WM8940_CLOCK, reg & 0x0ff); in wm8940_set_dai_pll()
617 reg = snd_soc_component_read(component, WM8940_CLOCK); in wm8940_set_dai_pll()
618 snd_soc_component_write(component, WM8940_CLOCK, reg | 0x100); in wm8940_set_dai_pll()
632 reg = snd_soc_component_read(component, WM8940_CLOCK) & 0xFFE3; in wm8940_set_dai_clkdiv()
633 ret = snd_soc_component_write(component, WM8940_CLOCK, reg | (div << 2)); in wm8940_set_dai_clkdiv()
636 reg = snd_soc_component_read(component, WM8940_CLOCK) & 0xFF1F; in wm8940_set_dai_clkdiv()
[all …]
H A Dwm8940.h23 #define WM8940_CLOCK 0x06 macro