Lines Matching defs:cif_conf
605 struct tegra_cif_conf cif_conf;
607 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
616 cif_conf.audio_ch = channels;
617 cif_conf.client_ch = channels;
623 cif_conf.audio_bits = TEGRA_ACIF_BITS_8;
624 cif_conf.client_bits = TEGRA_ACIF_BITS_8;
629 cif_conf.audio_bits = TEGRA_ACIF_BITS_16;
630 cif_conf.client_bits = TEGRA_ACIF_BITS_16;
635 cif_conf.audio_bits = TEGRA_ACIF_BITS_32;
636 cif_conf.client_bits = TEGRA_ACIF_BITS_32;
659 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1;
664 cif_conf.threshold = i2s->rx_fifo_th;
671 cif_conf.mono_conv = i2s->mono_to_stereo[path];
672 cif_conf.stereo_conv = i2s->stereo_to_mono[path];
674 tegra_set_cif(i2s->regmap, reg, &cif_conf);
677 cif_conf.client_ch);