Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dsar.c433 u64 total_txpwr = 0; in rtw89_tas_window_update() local
449 total_txpwr += tas->txpwr_history[j]; in rtw89_tas_window_update()
453 tas->total_txpwr = total_txpwr; in rtw89_tas_window_update()
477 tas->total_txpwr += txpwr - tas->txpwr_history[tas->txpwr_head_idx]; in rtw89_tas_history_update()
501 linear = DIV_ROUND_DOWN_ULL(tas->total_txpwr, tas->window_size * PERCENT); in rtw89_tas_rolling_average()
588 tas->total_txpwr = linear * RTW89_TAS_TXPWR_WINDOW; in rtw89_tas_reset()
H A Dcore.h4699 u64 total_txpwr; member