Searched refs:WM8350_CLOCK_CONTROL_1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8350.c | 763 wm8350_clear_bits(wm8350, WM8350_CLOCK_CONTROL_1, in wm8350_set_dai_sysclk() 770 wm8350_set_bits(wm8350, WM8350_CLOCK_CONTROL_1, in wm8350_set_dai_sysclk() 806 val = snd_soc_component_read32(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv() 808 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv() 811 val = snd_soc_component_read32(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv() 813 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv() 816 val = snd_soc_component_read32(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv() 818 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv()
|
/Linux-v4.19/include/linux/mfd/wm8350/ |
D | audio.h | 18 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|
/Linux-v4.19/drivers/mfd/ |
D | wm8350-core.c | 34 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|