Lines Matching refs:iface
339 u16 iface = snd_soc_component_read32(component, WM8731_IFACE) & 0xfff3; in wm8731_hw_params() local
353 iface |= 0x0004; in wm8731_hw_params()
356 iface |= 0x0008; in wm8731_hw_params()
359 iface |= 0x000c; in wm8731_hw_params()
365 snd_soc_component_write(component, WM8731_IFACE, iface); in wm8731_hw_params()
430 u16 iface = 0; in wm8731_set_dai_fmt() local
435 iface |= 0x0040; in wm8731_set_dai_fmt()
446 iface |= 0x0002; in wm8731_set_dai_fmt()
451 iface |= 0x0001; in wm8731_set_dai_fmt()
454 iface |= 0x0013; in wm8731_set_dai_fmt()
457 iface |= 0x0003; in wm8731_set_dai_fmt()
468 iface |= 0x0090; in wm8731_set_dai_fmt()
471 iface |= 0x0080; in wm8731_set_dai_fmt()
474 iface |= 0x0010; in wm8731_set_dai_fmt()
481 snd_soc_component_write(component, WM8731_IFACE, iface); in wm8731_set_dai_fmt()