Searched refs:WM8753_CLOCK (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | wm8753.c | 762 reg = snd_soc_read(codec, WM8753_CLOCK) & 0xffef; in wm8753_set_dai_pll() 766 reg = snd_soc_read(codec, WM8753_CLOCK) & 0xfff7; in wm8753_set_dai_pll() 772 snd_soc_write(codec, WM8753_CLOCK, reg); in wm8753_set_dai_pll() 796 snd_soc_write(codec, WM8753_CLOCK, reg | enable); in wm8753_set_dai_pll() 1040 reg = snd_soc_read(codec, WM8753_CLOCK) & 0x003f; in wm8753_set_dai_clkdiv() 1041 snd_soc_write(codec, WM8753_CLOCK, reg | div); in wm8753_set_dai_clkdiv() 1204 clock = snd_soc_read(codec, WM8753_CLOCK) & 0xfffb; in wm8753_mode1v_set_dai_fmt() 1205 snd_soc_write(codec, WM8753_CLOCK, clock); in wm8753_mode1v_set_dai_fmt() 1222 clock = snd_soc_read(codec, WM8753_CLOCK) & 0xfffb; in wm8753_mode2_set_dai_fmt() 1223 snd_soc_write(codec, WM8753_CLOCK, clock); in wm8753_mode2_set_dai_fmt() [all …]
|
D | wm8753.h | 68 #define WM8753_CLOCK 0x34 macro
|