Searched refs:instant_txpwr (Results 1 – 3 of 3) sorted by relevance
463 u64 instant_txpwr, txpwr; in rtw89_tas_history_update() local470 instant_txpwr = rtw89_db_to_linear(-40); in rtw89_tas_history_update()471 txpwr = instant_txpwr * 100; in rtw89_tas_history_update()473 instant_txpwr = tas->instant_txpwr; in rtw89_tas_history_update()474 txpwr = instant_txpwr * tx_ratio; in rtw89_tas_history_update()488 rtw89_linear_to_db_quarter(instant_txpwr), tx_ratio, in rtw89_tas_history_update()
3494 tas->instant_txpwr = rtw89_db_to_linear(0); in rtw89_phy_c2h_rfk_log_tas_pwr()3496 tas->instant_txpwr = DIV_ROUND_DOWN_ULL(linear, cur_idx); in rtw89_phy_c2h_rfk_log_tas_pwr()
4700 u64 instant_txpwr; member