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

/linux-master/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c181 int np_min, np_max, nr_min, nr_max; local
185 np_max = oaktrail_hdmi_limit.vco.max / (target * 10);
188 if (np_max > oaktrail_hdmi_limit.np.max)
189 np_max = oaktrail_hdmi_limit.np.max;
191 nr_min = DIV_ROUND_UP((refclk * 1000), (target * 10 * np_max));

Completed in 113 milliseconds