Lines Matching refs:cif_conf
93 struct tegra30_ahub_cif_conf cif_conf; in tegra30_ahub_allocate_rx_fifo() local
119 cif_conf.threshold = 0; in tegra30_ahub_allocate_rx_fifo()
120 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_rx_fifo()
121 cif_conf.client_channels = 2; in tegra30_ahub_allocate_rx_fifo()
122 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()
123 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()
124 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo()
125 cif_conf.stereo_conv = 0; in tegra30_ahub_allocate_rx_fifo()
126 cif_conf.replicate = 0; in tegra30_ahub_allocate_rx_fifo()
127 cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_RX; in tegra30_ahub_allocate_rx_fifo()
128 cif_conf.truncate = 0; in tegra30_ahub_allocate_rx_fifo()
129 cif_conf.mono_conv = 0; in tegra30_ahub_allocate_rx_fifo()
133 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo()
195 struct tegra30_ahub_cif_conf cif_conf; in tegra30_ahub_allocate_tx_fifo() local
221 cif_conf.threshold = 0; in tegra30_ahub_allocate_tx_fifo()
222 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_tx_fifo()
223 cif_conf.client_channels = 2; in tegra30_ahub_allocate_tx_fifo()
224 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_tx_fifo()
225 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_tx_fifo()
226 cif_conf.expand = 0; in tegra30_ahub_allocate_tx_fifo()
227 cif_conf.stereo_conv = 0; in tegra30_ahub_allocate_tx_fifo()
228 cif_conf.replicate = 0; in tegra30_ahub_allocate_tx_fifo()
229 cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_TX; in tegra30_ahub_allocate_tx_fifo()
230 cif_conf.truncate = 0; in tegra30_ahub_allocate_tx_fifo()
231 cif_conf.mono_conv = 0; in tegra30_ahub_allocate_tx_fifo()
235 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo()