Lines Matching refs:WM8960_CLOCK1
804 snd_soc_component_update_bits(component, WM8960_CLOCK1, 3 << 1, i << 1); in wm8960_configure_clocking()
807 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x7 << 3, j << 3); in wm8960_configure_clocking()
808 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x7 << 6, j << 6); in wm8960_configure_clocking()
1212 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x1, 0); in wm8960_set_pll()
1234 snd_soc_component_update_bits(component, WM8960_CLOCK1, 0x1, 0x1); in wm8960_set_pll()
1261 reg = snd_soc_component_read(component, WM8960_CLOCK1) & 0x1f9; in wm8960_set_dai_clkdiv()
1262 snd_soc_component_write(component, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
1265 reg = snd_soc_component_read(component, WM8960_CLOCK1) & 0x1c7; in wm8960_set_dai_clkdiv()
1266 snd_soc_component_write(component, WM8960_CLOCK1, reg | div); in wm8960_set_dai_clkdiv()
1303 snd_soc_component_update_bits(component, WM8960_CLOCK1, in wm8960_set_dai_sysclk()
1307 snd_soc_component_update_bits(component, WM8960_CLOCK1, in wm8960_set_dai_sysclk()