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.c5649 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect() local
5656 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() local
5685 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()