Searched refs:db_diff (Results 1 – 1 of 1) sorted by relevance
451 int temp, db_diff; in mt76x2_phy_temp_compensate() local462 db_diff = (temp - 25) / t.high_slope; in mt76x2_phy_temp_compensate()464 db_diff = (25 - temp) / t.low_slope; in mt76x2_phy_temp_compensate()466 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()467 db_diff = max(db_diff, t.lower_bound); in mt76x2_phy_temp_compensate()470 db_diff * 2); in mt76x2_phy_temp_compensate()472 db_diff * 2); in mt76x2_phy_temp_compensate()