Searched refs:th_max (Results 1 – 1 of 1) sorted by relevance
5649 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect() local5656 if (th_max > hal->thermal_prot_th && lv < RTW89_THERMAL_PROT_LV_MAX) in rtw89_phy_thermal_protect()5658 else if (th_max < hal->thermal_prot_th - 2 && lv > 0) in rtw89_phy_thermal_protect()5673 u8 th, th_max = 0; in rtw89_phy_stat_thermal_update() local5685 th_max = max(th_max, th); in rtw89_phy_stat_thermal_update()5688 phystat->last_thermal_max = th_max; in rtw89_phy_stat_thermal_update()