Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm8960.h65 #define WM8960_PLL1 0x34 macro
Dwm8960.c890 reg = snd_soc_read(codec, WM8960_PLL1) & ~0x3f; in wm8960_set_dai_pll()
901 snd_soc_write(codec, WM8960_PLL1, reg); in wm8960_set_dai_pll()
927 reg = snd_soc_read(codec, WM8960_PLL1) & 0x03f; in wm8960_set_dai_clkdiv()
928 snd_soc_write(codec, WM8960_PLL1, reg | div); in wm8960_set_dai_clkdiv()