aifctrl2 151 sound/soc/codecs/wm8523.c u16 aifctrl2 = snd_soc_component_read32(component, WM8523_AIF_CTRL2); aifctrl2 167 sound/soc/codecs/wm8523.c aifctrl2 &= ~WM8523_SR_MASK; aifctrl2 168 sound/soc/codecs/wm8523.c aifctrl2 |= lrclk_ratios[i].value; aifctrl2 183 sound/soc/codecs/wm8523.c aifctrl2 &= ~WM8523_BCLKDIV_MASK; aifctrl2 184 sound/soc/codecs/wm8523.c aifctrl2 |= bclk_ratios[i].value << WM8523_BCLKDIV_SHIFT; aifctrl2 203 sound/soc/codecs/wm8523.c snd_soc_component_write(component, WM8523_AIF_CTRL2, aifctrl2);