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