i2s_cfg           210 drivers/gpu/drm/omapdrm/dss/hdmi.h 	struct hdmi_core_audio_i2s_config	i2s_cfg;
i2s_cfg           587 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.sck_edge_mode, 6, 6);
i2s_cfg           588 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.vbit, 4, 4);
i2s_cfg           589 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.justification, 2, 2);
i2s_cfg           590 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.direction, 1, 1);
i2s_cfg           591 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.shift, 0, 0);
i2s_cfg           595 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 			cfg->i2s_cfg.in_length_bits, 3, 0);
i2s_cfg           600 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.active_sds, 7, 4);
i2s_cfg           696 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 		acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_LEFT;
i2s_cfg           698 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 		acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
i2s_cfg           704 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	acore.i2s_cfg.in_length_bits = audio->iec->status[4]
i2s_cfg           707 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 		acore.i2s_cfg.in_length_bits++;
i2s_cfg           708 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	acore.i2s_cfg.sck_edge_mode = HDMI_AUDIO_I2S_SCK_EDGE_RISING;
i2s_cfg           709 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	acore.i2s_cfg.vbit = HDMI_AUDIO_I2S_VBIT_FOR_PCM;
i2s_cfg           710 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	acore.i2s_cfg.direction = HDMI_AUDIO_I2S_MSB_SHIFTED_FIRST;
i2s_cfg           711 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	acore.i2s_cfg.shift = HDMI_AUDIO_I2S_FIRST_BIT_SHIFT;
i2s_cfg           796 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 		acore.i2s_cfg.active_sds = HDMI_AUDIO_I2S_SD0_EN;
i2s_cfg           800 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 		acore.i2s_cfg.active_sds = HDMI_AUDIO_I2S_SD0_EN |
i2s_cfg           207 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h 	struct hdmi_core_audio_i2s_config	i2s_cfg;
i2s_cfg           591 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.sck_edge_mode, 6, 6);
i2s_cfg           592 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.vbit, 4, 4);
i2s_cfg           593 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.justification, 2, 2);
i2s_cfg           594 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.direction, 1, 1);
i2s_cfg           595 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.shift, 0, 0);
i2s_cfg           599 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 			cfg->i2s_cfg.in_length_bits, 3, 0);
i2s_cfg           604 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	r = FLD_MOD(r, cfg->i2s_cfg.active_sds, 7, 4);
i2s_cfg           700 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 		acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_LEFT;
i2s_cfg           702 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 		acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
i2s_cfg           708 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	acore.i2s_cfg.in_length_bits = audio->iec->status[4]
i2s_cfg           711 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 		acore.i2s_cfg.in_length_bits++;
i2s_cfg           712 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	acore.i2s_cfg.sck_edge_mode = HDMI_AUDIO_I2S_SCK_EDGE_RISING;
i2s_cfg           713 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	acore.i2s_cfg.vbit = HDMI_AUDIO_I2S_VBIT_FOR_PCM;
i2s_cfg           714 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	acore.i2s_cfg.direction = HDMI_AUDIO_I2S_MSB_SHIFTED_FIRST;
i2s_cfg           715 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	acore.i2s_cfg.shift = HDMI_AUDIO_I2S_FIRST_BIT_SHIFT;
i2s_cfg           800 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 		acore.i2s_cfg.active_sds = HDMI_AUDIO_I2S_SD0_EN;
i2s_cfg           804 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 		acore.i2s_cfg.active_sds = HDMI_AUDIO_I2S_SD0_EN |
i2s_cfg           186 sound/soc/bcm/cygnus-ssp.c 		.i2s_cfg = OUT_I2S_ ##num## _CFG_OFFSET, \
i2s_cfg           347 sound/soc/bcm/cygnus-ssp.c 	value = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           350 sound/soc/bcm/cygnus-ssp.c 	writel(value, aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           371 sound/soc/bcm/cygnus-ssp.c 		value = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           374 sound/soc/bcm/cygnus-ssp.c 		writel(value, aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           397 sound/soc/bcm/cygnus-ssp.c 		value = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           400 sound/soc/bcm/cygnus-ssp.c 		writel(value, aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           439 sound/soc/bcm/cygnus-ssp.c 			value = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           442 sound/soc/bcm/cygnus-ssp.c 			writel(value, aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           594 sound/soc/bcm/cygnus-ssp.c 		value = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           597 sound/soc/bcm/cygnus-ssp.c 		writel(value, aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           896 sound/soc/bcm/cygnus-ssp.c 	ssp_curcfg = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg           898 sound/soc/bcm/cygnus-ssp.c 	writel(ssp_outcfg, aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg          1044 sound/soc/bcm/cygnus-ssp.c 	value = readl(aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg          1049 sound/soc/bcm/cygnus-ssp.c 	writel(value, aio->cygaud->audio + aio->regs.i2s_cfg);
i2s_cfg            72 sound/soc/bcm/cygnus-ssp.h 	u32 i2s_cfg;
i2s_cfg            76 sound/soc/intel/skylake/skl-i2s.h 	struct skl_i2s_config i2s_cfg;
i2s_cfg            84 sound/soc/intel/skylake/skl-i2s.h 	struct skl_i2s_config i2s_cfg;
i2s_cfg           159 sound/soc/qcom/qdsp6/q6afe-dai.c 	struct q6afe_i2s_cfg *i2s = &dai_data->port_config[dai->id].i2s_cfg;
i2s_cfg           172 sound/soc/qcom/qdsp6/q6afe-dai.c 	struct q6afe_i2s_cfg *i2s = &dai_data->port_config[dai->id].i2s_cfg;
i2s_cfg           354 sound/soc/qcom/qdsp6/q6afe-dai.c 			       &dai_data->port_config[dai->id].i2s_cfg);
i2s_cfg           454 sound/soc/qcom/qdsp6/q6afe.c 	struct afe_param_id_i2s_cfg	i2s_cfg;
i2s_cfg          1161 sound/soc/qcom/qdsp6/q6afe.c 	pcfg->i2s_cfg.i2s_cfg_minor_version = AFE_API_VERSION_I2S_CONFIG;
i2s_cfg          1162 sound/soc/qcom/qdsp6/q6afe.c 	pcfg->i2s_cfg.sample_rate = cfg->sample_rate;
i2s_cfg          1163 sound/soc/qcom/qdsp6/q6afe.c 	pcfg->i2s_cfg.bit_width = cfg->bit_width;
i2s_cfg          1164 sound/soc/qcom/qdsp6/q6afe.c 	pcfg->i2s_cfg.data_format = AFE_LINEAR_PCM_DATA;
i2s_cfg          1168 sound/soc/qcom/qdsp6/q6afe.c 		pcfg->i2s_cfg.ws_src = AFE_PORT_CONFIG_I2S_WS_SRC_INTERNAL;
i2s_cfg          1172 sound/soc/qcom/qdsp6/q6afe.c 		pcfg->i2s_cfg.ws_src = AFE_PORT_CONFIG_I2S_WS_SRC_EXTERNAL;
i2s_cfg          1187 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD0;
i2s_cfg          1190 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD1;
i2s_cfg          1193 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD2;
i2s_cfg          1196 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD3;
i2s_cfg          1206 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_QUAD01;
i2s_cfg          1209 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_QUAD23;
i2s_cfg          1219 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_6CHS;
i2s_cfg          1229 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_8CHS;
i2s_cfg          1245 sound/soc/qcom/qdsp6/q6afe.c 		switch (pcfg->i2s_cfg.channel_mode) {
i2s_cfg          1249 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD0;
i2s_cfg          1252 sound/soc/qcom/qdsp6/q6afe.c 				pcfg->i2s_cfg.channel_mode = AFE_PORT_I2S_SD2;
i2s_cfg          1257 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.mono_stereo = AFE_PORT_I2S_STEREO;
i2s_cfg          1259 sound/soc/qcom/qdsp6/q6afe.c 			pcfg->i2s_cfg.mono_stereo = AFE_PORT_I2S_MONO;
i2s_cfg          1264 sound/soc/qcom/qdsp6/q6afe.c 		if (pcfg->i2s_cfg.channel_mode < AFE_PORT_I2S_QUAD01) {
i2s_cfg          1271 sound/soc/qcom/qdsp6/q6afe.c 		if (pcfg->i2s_cfg.channel_mode < AFE_PORT_I2S_6CHS) {
i2s_cfg          1278 sound/soc/qcom/qdsp6/q6afe.c 		if (pcfg->i2s_cfg.channel_mode < AFE_PORT_I2S_8CHS) {
i2s_cfg           190 sound/soc/qcom/qdsp6/q6afe.h 	struct q6afe_i2s_cfg i2s_cfg;