Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dsar.c463 u64 instant_txpwr, txpwr; in rtw89_tas_history_update() local
470 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()
H A Dphy.c3494 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()
H A Dcore.h4700 u64 instant_txpwr; member