Searched refs:cur_ther (Results 1 – 3 of 3) sorted by relevance
2840 u8 cur_ther; in _dpk_track() local 2859 cur_ther = in _dpk_track() 2867 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track() 2870 "[DPK_TRK] thermal now = %d\n", cur_ther); in _dpk_track() 2872 if (dpk->bp[path][kidx].ch != 0 && cur_ther != 0) in _dpk_track() 2873 delta_ther = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track() 2879 delta_ther, cur_ther, dpk->bp[path][kidx].ther_dpk); in _dpk_track()
2596 u8 cur_ther; in _dpk_track() local 2606 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track() 2609 "[DPK_TRK] thermal now = %d\n", cur_ther); in _dpk_track() 2611 if (dpk->bp[path][kidx].ch && cur_ther) in _dpk_track() 2612 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track() 2655 if (txagc_rf && cur_ther) in _dpk_track()
2684 u8 cur_ther; in _dpk_track() local 2694 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track() 2697 "[DPK_TRK] thermal now = %d\n", cur_ther); in _dpk_track() 2699 if (dpk->bp[path][kidx].ch && cur_ther) in _dpk_track() 2700 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track() 2743 if (txagc_rf && cur_ther) in _dpk_track()