Lines Matching refs:ioctl
250 u16 ioctl; in wm8753_set_dai() local
258 ioctl = snd_soc_read(codec, WM8753_IOCTL); in wm8753_set_dai()
262 if (((ioctl >> 2) & 0x3) == wm8753->dai_func) in wm8753_set_dai()
265 ioctl = (ioctl & 0x1f3) | (wm8753->dai_func << 2); in wm8753_set_dai()
266 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_set_dai()
970 u16 voice, ioctl; in wm8753_pcm_set_dai_fmt() local
973 ioctl = snd_soc_read(codec, WM8753_IOCTL) & 0x015d; in wm8753_pcm_set_dai_fmt()
980 ioctl |= 0x2; in wm8753_pcm_set_dai_fmt()
1028 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_pcm_set_dai_fmt()
1095 u16 ioctl, hifi; in wm8753_i2s_set_dai_fmt() local
1098 ioctl = snd_soc_read(codec, WM8753_IOCTL) & 0x00ae; in wm8753_i2s_set_dai_fmt()
1105 ioctl |= 0x1; in wm8753_i2s_set_dai_fmt()
1153 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_i2s_set_dai_fmt()