Lines Matching refs:aifctrl1
150 u16 aifctrl1 = snd_soc_component_read(component, WM8523_AIF_CTRL1);
170 if (aifctrl1 & WM8523_AIF_MSTR) {
187 aifctrl1 &= ~WM8523_WL_MASK;
192 aifctrl1 |= 0x8;
195 aifctrl1 |= 0x10;
198 aifctrl1 |= 0x18;
202 snd_soc_component_write(component, WM8523_AIF_CTRL1, aifctrl1);
261 u16 aifctrl1 = snd_soc_component_read(component, WM8523_AIF_CTRL1);
263 aifctrl1 &= ~(WM8523_BCLK_INV_MASK | WM8523_LRCLK_INV_MASK |
268 aifctrl1 |= WM8523_AIF_MSTR;
278 aifctrl1 |= 0x0002;
283 aifctrl1 |= 0x0001;
286 aifctrl1 |= 0x0003;
289 aifctrl1 |= 0x0023;
299 aifctrl1 |= WM8523_BCLK_INV | WM8523_LRCLK_INV;
302 aifctrl1 |= WM8523_BCLK_INV;
305 aifctrl1 |= WM8523_LRCLK_INV;
311 snd_soc_component_write(component, WM8523_AIF_CTRL1, aifctrl1);