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

/linux-master/sound/soc/tegra/
H A Dtegra186_dspk.c221 unsigned int max_th; local
260 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1;
262 if (dspk->rx_fifo_th > max_th)
263 dspk->rx_fifo_th = max_th;
H A Dtegra210_i2s.c656 unsigned int max_th; local
659 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1;
661 if (i2s->rx_fifo_th > max_th)
662 i2s->rx_fifo_th = max_th;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3962 u8 max_th = 82, non_srg_max_th = 62; local
3984 .obss_pd_min = cpu_to_le16(max_th),
3985 .obss_pd_min_srg = cpu_to_le16(max_th),
3998 req.pd_th_non_srg = max_th;
4000 req.pd_th_non_srg = max_th - he_obss_pd->non_srg_max_offset;
4005 req.pd_th_srg = max_th - he_obss_pd->max_offset;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3546 u8 max_th = 82, non_srg_max_th = 62; local
3555 req.param.pd_th_non_srg = max_th;
3557 req.param.pd_th_non_srg = max_th - he_obss_pd->non_srg_max_offset;
3562 req.param.pd_th_srg = max_th - he_obss_pd->max_offset;

Completed in 229 milliseconds