Searched refs:WM8350_CLOCK_CONTROL_1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8350.c | 760 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()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8350.c | 761 wm8350_clear_bits(wm8350, WM8350_CLOCK_CONTROL_1, in wm8350_set_dai_sysclk() 768 wm8350_set_bits(wm8350, WM8350_CLOCK_CONTROL_1, in wm8350_set_dai_sysclk() 804 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv() 806 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv() 809 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv() 811 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv() 814 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) & in wm8350_set_clkdiv() 816 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div); in wm8350_set_clkdiv()
|
/kernel/linux/linux-5.10/include/linux/mfd/wm8350/ |
H A D | audio.h | 13 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|
/kernel/linux/linux-6.6/include/linux/mfd/wm8350/ |
H A D | audio.h | 13 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | wm8350-core.c | 30 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | wm8350-core.c | 30 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|
Completed in 8 milliseconds