Home
last modified time | relevance | path

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

/linux/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()