Searched refs:WM9081_CLOCK_CONTROL_3 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | wm9081.c | 189 case WM9081_CLOCK_CONTROL_3: in wm9081_readable_register() 590 clk_sys_reg = snd_soc_read(codec, WM9081_CLOCK_CONTROL_3); in wm9081_set_fll() 592 snd_soc_write(codec, WM9081_CLOCK_CONTROL_3, in wm9081_set_fll() 631 snd_soc_write(codec, WM9081_CLOCK_CONTROL_3, clk_sys_reg); in wm9081_set_fll() 722 reg = snd_soc_read(codec, WM9081_CLOCK_CONTROL_3); in configure_clock() 727 snd_soc_write(codec, WM9081_CLOCK_CONTROL_3, reg); in configure_clock() 786 SND_SOC_DAPM_SUPPLY("CLK_SYS", WM9081_CLOCK_CONTROL_3, 0, 0, clk_sys_event, 788 SND_SOC_DAPM_SUPPLY("CLK_DSP", WM9081_CLOCK_CONTROL_3, 1, 0, NULL, 0), 789 SND_SOC_DAPM_SUPPLY("TOCLK", WM9081_CLOCK_CONTROL_3, 2, 0, NULL, 0),
|
D | wm9081.h | 39 #define WM9081_CLOCK_CONTROL_3 0x0E macro
|