Searched refs:th_max (Results 1 – 2 of 2) sorted by relevance
165 u32 const th_min = 500, th_max = 1000; in pll_get_post_div() local215 if ((th1 >= th_min && th1 <= th_max) || in pll_get_post_div()216 (th2 >= th_min && th2 <= th_max)) { in pll_get_post_div()
5112 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect() local5119 if (th_max > hal->thermal_prot_th && lv < RTW89_THERMAL_PROT_LV_MAX) in rtw89_phy_thermal_protect()5121 else if (th_max < hal->thermal_prot_th - 2 && lv > 0) in rtw89_phy_thermal_protect()5136 u8 th, th_max = 0; in rtw89_phy_stat_thermal_update() local5148 th_max = max(th_max, th); in rtw89_phy_stat_thermal_update()5151 phystat->last_thermal_max = th_max; in rtw89_phy_stat_thermal_update()