Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8960.c817 snd_soc_component_update_bits(component, WM8960_CLOCK1, 3 << 1, i << 1); in wm8960_configure_clocking()
820 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x7 << 3, j << 3); in wm8960_configure_clocking()
821 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x7 << 6, j << 6); in wm8960_configure_clocking()
1225 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x1, 0); in wm8960_set_pll()
1247 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x1, 0x1); in wm8960_set_pll()
1274 reg = snd_soc_component_read(component, WM8960_CLOCK1) & 0x1f9; in wm8960_set_dai_clkdiv()
1275 snd_soc_component_write(component, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
1278 reg = snd_soc_component_read(component, WM8960_CLOCK1) & 0x1c7; in wm8960_set_dai_clkdiv()
1279 snd_soc_component_write(component, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
1316 snd_soc_component_update_bits(component, WM8960_CLOCK1, in wm8960_set_dai_sysclk()
[all …]
H A Dwm8960.h18 #define WM8960_CLOCK1 0x4 macro