Lines Matching refs:WM8753_CLOCK
751 reg = snd_soc_component_read32(component, WM8753_CLOCK) & 0xffef; in wm8753_set_dai_pll()
755 reg = snd_soc_component_read32(component, WM8753_CLOCK) & 0xfff7; in wm8753_set_dai_pll()
761 snd_soc_component_write(component, WM8753_CLOCK, reg); in wm8753_set_dai_pll()
785 snd_soc_component_write(component, WM8753_CLOCK, reg | enable); in wm8753_set_dai_pll()
1029 reg = snd_soc_component_read32(component, WM8753_CLOCK) & 0x003f; in wm8753_set_dai_clkdiv()
1030 snd_soc_component_write(component, WM8753_CLOCK, reg | div); in wm8753_set_dai_clkdiv()
1193 clock = snd_soc_component_read32(component, WM8753_CLOCK) & 0xfffb; in wm8753_mode1v_set_dai_fmt()
1194 snd_soc_component_write(component, WM8753_CLOCK, clock); in wm8753_mode1v_set_dai_fmt()
1211 clock = snd_soc_component_read32(component, WM8753_CLOCK) & 0xfffb; in wm8753_mode2_set_dai_fmt()
1212 snd_soc_component_write(component, WM8753_CLOCK, clock); in wm8753_mode2_set_dai_fmt()
1223 clock = snd_soc_component_read32(component, WM8753_CLOCK) & 0xfffb; in wm8753_mode3_4_set_dai_fmt()
1224 snd_soc_component_write(component, WM8753_CLOCK, clock | 0x4); in wm8753_mode3_4_set_dai_fmt()