Searched refs:db_diff (Results 1 – 1 of 1) sorted by relevance
257 int temp, db_diff; in mt76x2_phy_temp_compensate() local268 db_diff = (temp - 25) / t.high_slope; in mt76x2_phy_temp_compensate()270 db_diff = (25 - temp) / t.low_slope; in mt76x2_phy_temp_compensate()272 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()273 db_diff = max(db_diff, t.lower_bound); in mt76x2_phy_temp_compensate()276 db_diff * 2); in mt76x2_phy_temp_compensate()278 db_diff * 2); in mt76x2_phy_temp_compensate()