Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8350.c770 fll_4 = snd_soc_component_read(component, WM8350_FLL_CONTROL_4) & in wm8350_set_dai_sysclk()
772 snd_soc_component_write(component, WM8350_FLL_CONTROL_4, fll_4 | clk_id); in wm8350_set_dai_sysclk()
1059 fll_4 = snd_soc_component_read(component, WM8350_FLL_CONTROL_4) & in wm8350_set_fll()
1061 snd_soc_component_write(component, WM8350_FLL_CONTROL_4, in wm8350_set_fll()
/openbmc/linux/include/linux/mfd/wm8350/
H A Daudio.h18 #define WM8350_FLL_CONTROL_4 0x2D macro