Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/gma500/
Doaktrail_hdmi.c179 int np_min, np_max, nr_min, nr_max; in oaktrail_hdmi_find_dpll() local
183 np_max = oaktrail_hdmi_limit.vco.max / (target * 10); in oaktrail_hdmi_find_dpll()
186 if (np_max > oaktrail_hdmi_limit.np.max) in oaktrail_hdmi_find_dpll()
187 np_max = oaktrail_hdmi_limit.np.max; in oaktrail_hdmi_find_dpll()
189 nr_min = DIV_ROUND_UP((refclk * 1000), (target * 10 * np_max)); in oaktrail_hdmi_find_dpll()