Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c5766 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect_vcore() local
5774 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() local
5798 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() local
5827 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()