Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dsar.c634 u64 instant_txpwr, txpwr; in rtw89_tas_history_update() local
641 instant_txpwr = rtw89_db_to_linear(-40); in rtw89_tas_history_update()
642 txpwr = instant_txpwr * 100; in rtw89_tas_history_update()
644 instant_txpwr = tas->instant_txpwr; in rtw89_tas_history_update()
645 txpwr = instant_txpwr * tx_ratio; in rtw89_tas_history_update()
659 rtw89_linear_to_db_quarter(instant_txpwr), tx_ratio, in rtw89_tas_history_update()