Lines Matching refs:ioctl
245 u16 ioctl; in wm8753_set_dai() local
253 ioctl = snd_soc_read(codec, WM8753_IOCTL); in wm8753_set_dai()
257 if (((ioctl >> 2) & 0x3) == wm8753->dai_func) in wm8753_set_dai()
260 ioctl = (ioctl & 0x1f3) | (wm8753->dai_func << 2); in wm8753_set_dai()
261 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_set_dai()
964 u16 voice, ioctl; in wm8753_pcm_set_dai_fmt() local
967 ioctl = snd_soc_read(codec, WM8753_IOCTL) & 0x015d; in wm8753_pcm_set_dai_fmt()
974 ioctl |= 0x2; in wm8753_pcm_set_dai_fmt()
1022 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_pcm_set_dai_fmt()
1089 u16 ioctl, hifi; in wm8753_i2s_set_dai_fmt() local
1092 ioctl = snd_soc_read(codec, WM8753_IOCTL) & 0x00ae; in wm8753_i2s_set_dai_fmt()
1099 ioctl |= 0x1; in wm8753_i2s_set_dai_fmt()
1147 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_i2s_set_dai_fmt()