Lines Matching defs:cif_conf
271 struct tegra_cif_conf cif_conf;
275 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
279 cif_conf.audio_bits = TEGRA_ACIF_BITS_8;
280 cif_conf.client_bits = TEGRA_ACIF_BITS_8;
284 cif_conf.audio_bits = TEGRA_ACIF_BITS_16;
285 cif_conf.client_bits = TEGRA_ACIF_BITS_16;
289 cif_conf.audio_bits = TEGRA_ACIF_BITS_32;
290 cif_conf.client_bits = TEGRA_ACIF_BITS_32;
299 cif_conf.client_ch = channels;
300 cif_conf.audio_ch = channels;
310 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id];
311 cif_conf.stereo_conv = admaif->stereo_to_mono[path][dai->id];
315 tegra_set_cif(admaif->regmap, reg, &cif_conf);