Searched refs:th_max (Results 1 – 1 of 1) sorted by relevance
166 u32 const th_min = 500, th_max = 1000; in pll_get_post_div() local216 if ((th1 >= th_min && th1 <= th_max) || in pll_get_post_div()217 (th2 >= th_min && th2 <= th_max)) { in pll_get_post_div()