Home
last modified time | relevance | path

Searched refs:max_th (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra186_dspk.c222 unsigned int max_th; in tegra186_dspk_hw_params() local
261 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()
H A Dtegra210_i2s.c656 unsigned int max_th; in tegra210_i2s_hw_params() local
659 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()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra186_dspk.c222 unsigned int max_th; in tegra186_dspk_hw_params() local
261 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()
H A Dtegra210_i2s.c656 unsigned int max_th; in tegra210_i2s_hw_params() local
659 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()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3373 u8 max_th = 82, non_srg_max_th = 62; in mt7996_mcu_set_obss_spr_pd() local
3395 .obss_pd_min = cpu_to_le16(max_th), in mt7996_mcu_set_obss_spr_pd()
3396 .obss_pd_min_srg = cpu_to_le16(max_th), in mt7996_mcu_set_obss_spr_pd()
3409 req.pd_th_non_srg = max_th; in mt7996_mcu_set_obss_spr_pd()
3411 req.pd_th_non_srg = max_th - he_obss_pd->non_srg_max_offset; in mt7996_mcu_set_obss_spr_pd()
3416 req.pd_th_srg = max_th - he_obss_pd->max_offset; in mt7996_mcu_set_obss_spr_pd()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3472 u8 max_th = 82, non_srg_max_th = 62; in mt7915_mcu_set_obss_spr_pd() local
3481 req.param.pd_th_non_srg = max_th; in mt7915_mcu_set_obss_spr_pd()
3483 req.param.pd_th_non_srg = max_th - he_obss_pd->non_srg_max_offset; in mt7915_mcu_set_obss_spr_pd()
3488 req.param.pd_th_srg = max_th - he_obss_pd->max_offset; in mt7915_mcu_set_obss_spr_pd()

Completed in 18 milliseconds