Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm8960.c884 snd_soc_update_bits(codec, WM8960_CLOCK1, 0x1, 0); in wm8960_set_dai_pll()
906 snd_soc_update_bits(codec, WM8960_CLOCK1, 0x1, 0x1); in wm8960_set_dai_pll()
919 reg = snd_soc_read(codec, WM8960_CLOCK1) & 0x1f9; in wm8960_set_dai_clkdiv()
920 snd_soc_write(codec, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
923 reg = snd_soc_read(codec, WM8960_CLOCK1) & 0x1c7; in wm8960_set_dai_clkdiv()
924 snd_soc_write(codec, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
Dwm8960.h21 #define WM8960_CLOCK1 0x4 macro