Home
last modified time | relevance | path

Searched refs:WM8350_CLOCK_CONTROL_1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/sound/soc/codecs/
Dwm8350.c760 wm8350_clear_bits(wm8350, WM8350_CLOCK_CONTROL_1, in wm8350_set_dai_sysclk()
767 wm8350_set_bits(wm8350, WM8350_CLOCK_CONTROL_1, in wm8350_set_dai_sysclk()
803 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv()
805 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv()
808 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv()
810 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv()
813 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv()
815 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv()
/Linux-v5.10/include/linux/mfd/wm8350/
Daudio.h13 #define WM8350_CLOCK_CONTROL_1 0x28 macro
/Linux-v5.10/drivers/mfd/
Dwm8350-core.c30 #define WM8350_CLOCK_CONTROL_1 0x28 macro