Lines Matching defs:iface
340 u16 iface = snd_soc_component_read(component, WM8940_IFACE) & 0xFE67;
356 iface |= (2 << 3);
359 iface |= (1 << 3);
364 iface |= (3 << 3);
367 iface |= (3 << 3) | (1 << 7);
375 iface |= (1 << 7);
378 iface |= (1 << 8);
381 iface |= (1 << 8) | (1 << 7);
385 snd_soc_component_write(component, WM8940_IFACE, iface);
395 u16 iface = snd_soc_component_read(component, WM8940_IFACE) & 0xFD9F;
404 iface |= (1 << 9);
437 iface |= (1 << 5);
440 iface |= (2 << 5);
443 iface |= (3 << 5);
449 ret = snd_soc_component_write(component, WM8940_IFACE, iface);