i2sctl            817 sound/pci/ctxfi/cthw20k1.c 	unsigned int		i2sctl;
i2sctl            977 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->i2sctl, I2SCTL_EI << (idx*8), 1);
i2sctl            994 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->i2sctl, I2SCTL_EI << (idx*8), 0);
i2sctl           1011 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->i2sctl, I2SCTL_EA << (idx*8), 1);
i2sctl           1028 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->i2sctl, I2SCTL_EA << (idx*8), 0);
i2sctl           1111 sound/pci/ctxfi/cthw20k1.c 		hw_write_20kx(hw, I2SCTL, ctl->i2sctl);
i2sctl           1148 sound/pci/ctxfi/cthw20k1.c 	blk->i2sctl = hw_read_20kx(hw, I2SCTL);
i2sctl            799 sound/soc/codecs/sgtl5000.c 	u16 i2sctl = 0;
i2sctl            812 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_MASTER;
i2sctl            822 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_MODE_PCM << SGTL5000_I2S_MODE_SHIFT;
i2sctl            825 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_MODE_PCM << SGTL5000_I2S_MODE_SHIFT;
i2sctl            826 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_LRALIGN;
i2sctl            829 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_MODE_I2S_LJ << SGTL5000_I2S_MODE_SHIFT;
i2sctl            832 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_MODE_RJ << SGTL5000_I2S_MODE_SHIFT;
i2sctl            833 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_LRPOL;
i2sctl            836 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_MODE_I2S_LJ << SGTL5000_I2S_MODE_SHIFT;
i2sctl            837 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_LRALIGN;
i2sctl            850 sound/soc/codecs/sgtl5000.c 		i2sctl |= SGTL5000_I2S_SCLK_INV;
i2sctl            856 sound/soc/codecs/sgtl5000.c 	snd_soc_component_write(component, SGTL5000_CHIP_I2S_CTRL, i2sctl);