Lines Matching refs:cif_conf

109 	struct tegra30_ahub_cif_conf cif_conf;  in tegra30_ahub_allocate_rx_fifo()  local
135 cif_conf.threshold = 0; in tegra30_ahub_allocate_rx_fifo()
136 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_rx_fifo()
137 cif_conf.client_channels = 2; in tegra30_ahub_allocate_rx_fifo()
138 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()
139 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()
140 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo()
141 cif_conf.stereo_conv = 0; in tegra30_ahub_allocate_rx_fifo()
142 cif_conf.replicate = 0; in tegra30_ahub_allocate_rx_fifo()
143 cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_RX; in tegra30_ahub_allocate_rx_fifo()
144 cif_conf.truncate = 0; in tegra30_ahub_allocate_rx_fifo()
145 cif_conf.mono_conv = 0; in tegra30_ahub_allocate_rx_fifo()
149 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo()
211 struct tegra30_ahub_cif_conf cif_conf; in tegra30_ahub_allocate_tx_fifo() local
237 cif_conf.threshold = 0; in tegra30_ahub_allocate_tx_fifo()
238 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_tx_fifo()
239 cif_conf.client_channels = 2; in tegra30_ahub_allocate_tx_fifo()
240 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_tx_fifo()
241 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_tx_fifo()
242 cif_conf.expand = 0; in tegra30_ahub_allocate_tx_fifo()
243 cif_conf.stereo_conv = 0; in tegra30_ahub_allocate_tx_fifo()
244 cif_conf.replicate = 0; in tegra30_ahub_allocate_tx_fifo()
245 cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_TX; in tegra30_ahub_allocate_tx_fifo()
246 cif_conf.truncate = 0; in tegra30_ahub_allocate_tx_fifo()
247 cif_conf.mono_conv = 0; in tegra30_ahub_allocate_tx_fifo()
251 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo()