Home
last modified time | relevance | path

Searched refs:WM8960_CLOCK1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dwm8960.c690 snd_soc_update_bits(codec, WM8960_CLOCK1, 3 << 1, i << 1); in wm8960_configure_clocking()
693 snd_soc_update_bits(codec, WM8960_CLOCK1, 0x7 << 3, j << 3); in wm8960_configure_clocking()
694 snd_soc_update_bits(codec, WM8960_CLOCK1, 0x7 << 6, j << 6); in wm8960_configure_clocking()
1092 snd_soc_update_bits(codec, WM8960_CLOCK1, 0x1, 0); in wm8960_set_pll()
1114 snd_soc_update_bits(codec, WM8960_CLOCK1, 0x1, 0x1); in wm8960_set_pll()
1141 reg = snd_soc_read(codec, WM8960_CLOCK1) & 0x1f9; in wm8960_set_dai_clkdiv()
1142 snd_soc_write(codec, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
1145 reg = snd_soc_read(codec, WM8960_CLOCK1) & 0x1c7; in wm8960_set_dai_clkdiv()
1146 snd_soc_write(codec, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
1183 snd_soc_update_bits(codec, WM8960_CLOCK1, in wm8960_set_dai_sysclk()
[all …]
Dwm8960.h21 #define WM8960_CLOCK1 0x4 macro