Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/hdmi/
H 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()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c5112 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect() local
5119 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() local
5148 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()