Lines Matching defs:iface
837 u16 iface = snd_soc_component_read(component, WM8350_AI_FORMATING) &
862 iface |= 0x2 << 8;
867 iface |= 0x1 << 8;
870 iface |= 0x3 << 8;
873 iface |= 0x3 << 8 | WM8350_AIF_LRCLK_INV;
884 iface |= WM8350_AIF_LRCLK_INV | WM8350_AIF_BCLK_INV;
887 iface |= WM8350_AIF_BCLK_INV;
890 iface |= WM8350_AIF_LRCLK_INV;
896 snd_soc_component_write(component, WM8350_AI_FORMATING, iface);
910 u16 iface = snd_soc_component_read(component, WM8350_AI_FORMATING) &
918 iface |= 0x1 << 10;
921 iface |= 0x2 << 10;
924 iface |= 0x3 << 10;
928 snd_soc_component_write(component, WM8350_AI_FORMATING, iface);