Searched refs:max_th (Results 1 – 2 of 2) sorted by relevance
111 unsigned int max_th; in tegra186_dspk_hw_params() local150 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()152 if (dspk->rx_fifo_th > max_th) in tegra186_dspk_hw_params()153 dspk->rx_fifo_th = max_th; in tegra186_dspk_hw_params()
506 unsigned int max_th; in tegra210_i2s_hw_params() local509 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra210_i2s_hw_params()511 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params()512 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()