Lines Matching refs:WM8974_CLOCK
321 reg = snd_soc_component_read(component, WM8974_CLOCK);
322 snd_soc_component_write(component, WM8974_CLOCK, reg & 0x0ff);
340 reg = snd_soc_component_read(component, WM8974_CLOCK);
341 snd_soc_component_write(component, WM8974_CLOCK, reg | 0x100);
361 reg = snd_soc_component_read(component, WM8974_CLOCK) & 0x11f;
362 snd_soc_component_write(component, WM8974_CLOCK, reg | div);
365 reg = snd_soc_component_read(component, WM8974_CLOCK) & 0x1e3;
366 snd_soc_component_write(component, WM8974_CLOCK, reg | div);
453 u16 clk = snd_soc_component_read(component, WM8974_CLOCK) & 0x1fe;
505 snd_soc_component_write(component, WM8974_CLOCK, clk);