Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm9081.c185 case WM9081_CLOCK_CONTROL_3: in wm9081_readable_register()
585 clk_sys_reg = snd_soc_component_read(component, WM9081_CLOCK_CONTROL_3); in wm9081_set_fll()
587 snd_soc_component_write(component, WM9081_CLOCK_CONTROL_3, in wm9081_set_fll()
626 snd_soc_component_write(component, WM9081_CLOCK_CONTROL_3, clk_sys_reg); in wm9081_set_fll()
717 reg = snd_soc_component_read(component, WM9081_CLOCK_CONTROL_3); in configure_clock()
722 snd_soc_component_write(component, WM9081_CLOCK_CONTROL_3, reg); in configure_clock()
781 SND_SOC_DAPM_SUPPLY("CLK_SYS", WM9081_CLOCK_CONTROL_3, 0, 0, clk_sys_event,
783 SND_SOC_DAPM_SUPPLY("CLK_DSP", WM9081_CLOCK_CONTROL_3, 1, 0, NULL, 0),
784 SND_SOC_DAPM_SUPPLY("TOCLK", WM9081_CLOCK_CONTROL_3, 2, 0, NULL, 0),
H A Dwm9081.h36 #define WM9081_CLOCK_CONTROL_3 0x0E macro