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

/linux-master/sound/soc/codecs/
H A Dwm8350.c761 wm8350_clear_bits(wm8350, WM8350_CLOCK_CONTROL_1,
768 wm8350_set_bits(wm8350, WM8350_CLOCK_CONTROL_1,
804 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) &
806 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div);
809 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) &
811 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div);
814 val = snd_soc_component_read(component, WM8350_CLOCK_CONTROL_1) &
816 snd_soc_component_write(component, WM8350_CLOCK_CONTROL_1, val | div);
/linux-master/include/linux/mfd/wm8350/
H A Daudio.h13 #define WM8350_CLOCK_CONTROL_1 0x28 macro
/linux-master/drivers/mfd/
H A Dwm8350-core.c30 #define WM8350_CLOCK_CONTROL_1 0x28 macro

Completed in 142 milliseconds