Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dsar.c495 s32 dpr_on_threshold, dpr_off_threshold; in rtw89_tas_rolling_average() local
505 dpr_off_threshold = tas->dpr_off_threshold; in rtw89_tas_rolling_average()
509 dpr_on_threshold, dpr_off_threshold, txpwr_avg, tx_ratio_avg); in rtw89_tas_rolling_average()
515 else if (txpwr_avg < dpr_off_threshold) in rtw89_tas_rolling_average()
574 tas->dpr_off_threshold = cfg - RTW89_TAS_SAR_GAP - RTW89_TAS_DPR_GAP; in rtw89_tas_reset()
H A Dcore.h4703 s8 dpr_off_threshold; member