Searched refs:max_th (Results 1 – 2 of 2) sorted by relevance
700 unsigned int max_th; in tegra210_i2s_hw_params() local 703 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra210_i2s_hw_params() 705 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params() 706 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()
4265 u8 max_th = 82, non_srg_max_th = 62; in mt7996_mcu_set_obss_spr_pd() local4287 .obss_pd_min = cpu_to_le16(max_th), in mt7996_mcu_set_obss_spr_pd()4288 .obss_pd_min_srg = cpu_to_le16(max_th), in mt7996_mcu_set_obss_spr_pd()4301 req.pd_th_non_srg = max_th; in mt7996_mcu_set_obss_spr_pd()4303 req.pd_th_non_srg = max_th - he_obss_pd->non_srg_max_offset; in mt7996_mcu_set_obss_spr_pd()4308 req.pd_th_srg = max_th - he_obss_pd->max_offset; in mt7996_mcu_set_obss_spr_pd()