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