Lines Matching refs:WM8940_CLOCK
65 case WM8940_CLOCK:
343 u16 clk = snd_soc_component_read(component, WM8940_CLOCK) & 0x1fe;
354 snd_soc_component_write(component, WM8940_CLOCK, clk);
594 reg = snd_soc_component_read(component, WM8940_CLOCK);
595 snd_soc_component_write(component, WM8940_CLOCK, reg & 0x0ff);
617 reg = snd_soc_component_read(component, WM8940_CLOCK);
618 snd_soc_component_write(component, WM8940_CLOCK, reg | 0x100);
632 reg = snd_soc_component_read(component, WM8940_CLOCK) & 0xFFE3;
633 ret = snd_soc_component_write(component, WM8940_CLOCK, reg | (div << 2));
636 reg = snd_soc_component_read(component, WM8940_CLOCK) & 0xFF1F;
637 ret = snd_soc_component_write(component, WM8940_CLOCK, reg | (div << 5));