Searched refs:WM8350_CLOCK_CONTROL_1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/include/linux/mfd/wm8350/ |
H A D | audio.h | 13 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|
/openbmc/linux/drivers/mfd/ |
H A D | wm8350-core.c | 30 #define WM8350_CLOCK_CONTROL_1 0x28 macro
|