Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x2/ !
Deeprom.h28 s8 tssi_slope; member
Dphy.c228 t.slope0 = txp.chain[0].tssi_slope; in mt76x2_phy_tssi_compensate()
230 t.slope1 = txp.chain[1].tssi_slope; in mt76x2_phy_tssi_compensate()
Deeprom.c366 t->chain[chain].tssi_slope = data[0]; in mt76x2_get_power_info_2g()
418 t->chain[chain].tssi_slope = data[0]; in mt76x2_get_power_info_5g()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x0/ !
Dphy.c700 int tssi_target = target_power << 12, tssi_slope; in mt76x0_phy_get_delta_power() local
731 tssi_slope = val & 0xff; in mt76x0_phy_get_delta_power()
774 tssi_db = mt76x0_phy_lin2db(ltssi - dev->cal.tssi_dc) * tssi_slope; in mt76x0_phy_get_delta_power()