Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8960.h62 #define WM8960_PLL1 0x34 macro
H A Dwm8960.c1231 reg = snd_soc_component_read(component, WM8960_PLL1) & ~0x3f; in wm8960_set_pll()
1242 snd_soc_component_write(component, WM8960_PLL1, reg); in wm8960_set_pll()
1282 reg = snd_soc_component_read(component, WM8960_PLL1) & 0x03f; in wm8960_set_dai_clkdiv()
1283 snd_soc_component_write(component, WM8960_PLL1, reg | div); in wm8960_set_dai_clkdiv()