Searched refs:total_txpwr (Results 1 – 2 of 2) sorted by relevance
603 u64 total_txpwr = 0; in rtw89_tas_window_update() local619 total_txpwr += tas->txpwr_history[j]; in rtw89_tas_window_update()623 tas->total_txpwr = total_txpwr; in rtw89_tas_window_update()647 tas->total_txpwr += txpwr - tas->txpwr_history[tas->txpwr_head_idx]; in rtw89_tas_history_update()671 linear = DIV_ROUND_DOWN_ULL(tas->total_txpwr, tas->window_size * PERCENT); in rtw89_tas_rolling_average()764 tas->total_txpwr = linear * RTW89_TAS_TXPWR_WINDOW; in rtw89_tas_reset()
4891 u64 total_txpwr; member
Completed in 58 milliseconds