cif_conf           93 sound/soc/tegra/tegra30_ahub.c 	struct tegra30_ahub_cif_conf cif_conf;
cif_conf          119 sound/soc/tegra/tegra30_ahub.c 	cif_conf.threshold = 0;
cif_conf          120 sound/soc/tegra/tegra30_ahub.c 	cif_conf.audio_channels = 2;
cif_conf          121 sound/soc/tegra/tegra30_ahub.c 	cif_conf.client_channels = 2;
cif_conf          122 sound/soc/tegra/tegra30_ahub.c 	cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16;
cif_conf          123 sound/soc/tegra/tegra30_ahub.c 	cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16;
cif_conf          124 sound/soc/tegra/tegra30_ahub.c 	cif_conf.expand = 0;
cif_conf          125 sound/soc/tegra/tegra30_ahub.c 	cif_conf.stereo_conv = 0;
cif_conf          126 sound/soc/tegra/tegra30_ahub.c 	cif_conf.replicate = 0;
cif_conf          127 sound/soc/tegra/tegra30_ahub.c 	cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_RX;
cif_conf          128 sound/soc/tegra/tegra30_ahub.c 	cif_conf.truncate = 0;
cif_conf          129 sound/soc/tegra/tegra30_ahub.c 	cif_conf.mono_conv = 0;
cif_conf          133 sound/soc/tegra/tegra30_ahub.c 	ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
cif_conf          195 sound/soc/tegra/tegra30_ahub.c 	struct tegra30_ahub_cif_conf cif_conf;
cif_conf          221 sound/soc/tegra/tegra30_ahub.c 	cif_conf.threshold = 0;
cif_conf          222 sound/soc/tegra/tegra30_ahub.c 	cif_conf.audio_channels = 2;
cif_conf          223 sound/soc/tegra/tegra30_ahub.c 	cif_conf.client_channels = 2;
cif_conf          224 sound/soc/tegra/tegra30_ahub.c 	cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16;
cif_conf          225 sound/soc/tegra/tegra30_ahub.c 	cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16;
cif_conf          226 sound/soc/tegra/tegra30_ahub.c 	cif_conf.expand = 0;
cif_conf          227 sound/soc/tegra/tegra30_ahub.c 	cif_conf.stereo_conv = 0;
cif_conf          228 sound/soc/tegra/tegra30_ahub.c 	cif_conf.replicate = 0;
cif_conf          229 sound/soc/tegra/tegra30_ahub.c 	cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_TX;
cif_conf          230 sound/soc/tegra/tegra30_ahub.c 	cif_conf.truncate = 0;
cif_conf          231 sound/soc/tegra/tegra30_ahub.c 	cif_conf.mono_conv = 0;
cif_conf          235 sound/soc/tegra/tegra30_ahub.c 	ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
cif_conf          131 sound/soc/tegra/tegra30_i2s.c 	struct tegra30_ahub_cif_conf cif_conf;
cif_conf          170 sound/soc/tegra/tegra30_i2s.c 	cif_conf.threshold = 0;
cif_conf          171 sound/soc/tegra/tegra30_i2s.c 	cif_conf.audio_channels = 2;
cif_conf          172 sound/soc/tegra/tegra30_i2s.c 	cif_conf.client_channels = 2;
cif_conf          173 sound/soc/tegra/tegra30_i2s.c 	cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16;
cif_conf          174 sound/soc/tegra/tegra30_i2s.c 	cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16;
cif_conf          175 sound/soc/tegra/tegra30_i2s.c 	cif_conf.expand = 0;
cif_conf          176 sound/soc/tegra/tegra30_i2s.c 	cif_conf.stereo_conv = 0;
cif_conf          177 sound/soc/tegra/tegra30_i2s.c 	cif_conf.replicate = 0;
cif_conf          178 sound/soc/tegra/tegra30_i2s.c 	cif_conf.truncate = 0;
cif_conf          179 sound/soc/tegra/tegra30_i2s.c 	cif_conf.mono_conv = 0;
cif_conf          182 sound/soc/tegra/tegra30_i2s.c 		cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_RX;
cif_conf          185 sound/soc/tegra/tegra30_i2s.c 		cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_TX;
cif_conf          189 sound/soc/tegra/tegra30_i2s.c 	i2s->soc_data->set_audio_cif(i2s->regmap, reg, &cif_conf);