Searched refs:th_max (Results 1 – 1 of 1) sorted by relevance
5766 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect_vcore() local5774 if (th_max > prot_th && vlv < RTW89_THERMAL_PROT_VLV_MAX) in rtw89_phy_thermal_protect_vcore()5776 else if (th_max < prot_th - 2 && vlv > 0) in rtw89_phy_thermal_protect_vcore()5791 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect() local5798 if (th_max > hal->thermal_prot_th && lv < RTW89_THERMAL_PROT_LV_MAX) in rtw89_phy_thermal_protect()5800 else if (th_max < hal->thermal_prot_th - 2 && lv > 0) in rtw89_phy_thermal_protect()5815 u8 th, th_max = 0; in rtw89_phy_stat_thermal_update() local5827 th_max = max(th_max, th); in rtw89_phy_stat_thermal_update()5830 phystat->last_thermal_max = th_max; in rtw89_phy_stat_thermal_update()