Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dsar.c604 u64 total_txpwr = 0; in rtw89_tas_window_update() local
620 total_txpwr += tas->txpwr_history[j]; in rtw89_tas_window_update()
624 tas->total_txpwr = total_txpwr; in rtw89_tas_window_update()
648 tas->total_txpwr += txpwr - tas->txpwr_history[tas->txpwr_head_idx]; in rtw89_tas_history_update()
672 linear = DIV_ROUND_DOWN_ULL(tas->total_txpwr, tas->window_size * PERCENT); in rtw89_tas_rolling_average()
765 tas->total_txpwr = linear * RTW89_TAS_TXPWR_WINDOW; in rtw89_tas_reset()