Lines Matching refs:WM8753_CLOCK
751 reg = snd_soc_component_read(component, WM8753_CLOCK) & 0xffef;
755 reg = snd_soc_component_read(component, WM8753_CLOCK) & 0xfff7;
761 snd_soc_component_write(component, WM8753_CLOCK, reg);
785 snd_soc_component_write(component, WM8753_CLOCK, reg | enable);
1030 reg = snd_soc_component_read(component, WM8753_CLOCK) & 0x003f;
1031 snd_soc_component_write(component, WM8753_CLOCK, reg | div);
1195 clock = snd_soc_component_read(component, WM8753_CLOCK) & 0xfffb;
1196 snd_soc_component_write(component, WM8753_CLOCK, clock);
1213 clock = snd_soc_component_read(component, WM8753_CLOCK) & 0xfffb;
1214 snd_soc_component_write(component, WM8753_CLOCK, clock);
1225 clock = snd_soc_component_read(component, WM8753_CLOCK) & 0xfffb;
1226 snd_soc_component_write(component, WM8753_CLOCK, clock | 0x4);