Searched refs:cur_ther (Results 1 – 2 of 2) sorted by relevance
1543 u8 cur_ther; in _iqk_track() local1552 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _iqk_track()1554 if (abs(cur_ther - iqk->thermal[path]) > RTW8852A_IQK_THR_REK) in _iqk_track()2748 u8 cur_ther; in _dpk_track() local2758 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()2761 "[DPK_TRK] thermal now = %d\n", cur_ther); in _dpk_track()2763 if (dpk->bp[path][kidx].ch != 0 && cur_ther != 0) in _dpk_track()2764 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track()2807 if (txagc_rf != 0 && cur_ther != 0) in _dpk_track()3430 u8 cur_ther; in _tssi_track() local[all …]
2605 u8 cur_ther; in _dpk_track() local2624 cur_ther = in _dpk_track()2632 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()2635 "[DPK_TRK] thermal now = %d\n", cur_ther); in _dpk_track()2637 if (dpk->bp[path][kidx].ch != 0 && cur_ther != 0) in _dpk_track()2638 delta_ther = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track()2644 delta_ther, cur_ther, dpk->bp[path][kidx].ther_dpk); in _dpk_track()