Searched refs:aifctrl1 (Results 1 – 1 of 1) sorted by relevance
150 u16 aifctrl1 = snd_soc_component_read32(component, WM8523_AIF_CTRL1); in wm8523_hw_params() local170 if (aifctrl1 & WM8523_AIF_MSTR) { in wm8523_hw_params()187 aifctrl1 &= ~WM8523_WL_MASK; in wm8523_hw_params()192 aifctrl1 |= 0x8; in wm8523_hw_params()195 aifctrl1 |= 0x10; in wm8523_hw_params()198 aifctrl1 |= 0x18; in wm8523_hw_params()202 snd_soc_component_write(component, WM8523_AIF_CTRL1, aifctrl1); in wm8523_hw_params()261 u16 aifctrl1 = snd_soc_component_read32(component, WM8523_AIF_CTRL1); in wm8523_set_dai_fmt() local263 aifctrl1 &= ~(WM8523_BCLK_INV_MASK | WM8523_LRCLK_INV_MASK | in wm8523_set_dai_fmt()268 aifctrl1 |= WM8523_AIF_MSTR; in wm8523_set_dai_fmt()[all …]