Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/hdmi/
A Dhdmi_phy_8998.c165 u32 const th_min = 500, th_max = 1000; in pll_get_post_div() local
215 if ((th1 >= th_min && th1 <= th_max) || in pll_get_post_div()
216 (th2 >= th_min && th2 <= th_max)) { in pll_get_post_div()
/drivers/net/wireless/realtek/rtw89/
A Dphy.c5184 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect() local
5191 if (th_max > hal->thermal_prot_th && lv < RTW89_THERMAL_PROT_LV_MAX) in rtw89_phy_thermal_protect()
5193 else if (th_max < hal->thermal_prot_th - 2 && lv > 0) in rtw89_phy_thermal_protect()
5208 u8 th, th_max = 0; in rtw89_phy_stat_thermal_update() local
5220 th_max = max(th_max, th); in rtw89_phy_stat_thermal_update()
5223 phystat->last_thermal_max = th_max; in rtw89_phy_stat_thermal_update()

Completed in 27 milliseconds