Searched refs:max_th (Results 1 – 2 of 2) sorted by relevance
222 unsigned int max_th; in tegra186_dspk_hw_params() local261 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()263 if (dspk->rx_fifo_th > max_th) in tegra186_dspk_hw_params()264 dspk->rx_fifo_th = max_th; in tegra186_dspk_hw_params()
656 unsigned int max_th; in tegra210_i2s_hw_params() local659 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra210_i2s_hw_params()661 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params()662 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()
Completed in 6 milliseconds