Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8998.c166 u32 const th_min = 500, th_max = 1000; in pll_get_post_div() local
216 if ((th1 >= th_min && th1 <= th_max) || in pll_get_post_div()
217 (th2 >= th_min && th2 <= th_max)) { in pll_get_post_div()