Home
last modified time | relevance | path

Searched refs:db_diff (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci_phy.c257 int temp, db_diff; in mt76x2_phy_temp_compensate() local
268 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()