np_max            179 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	int np_min, np_max, nr_min, nr_max;
np_max            183 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	np_max = oaktrail_hdmi_limit.vco.max / (target * 10);
np_max            186 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	if (np_max > oaktrail_hdmi_limit.np.max)
np_max            187 drivers/gpu/drm/gma500/oaktrail_hdmi.c 		np_max = oaktrail_hdmi_limit.np.max;
np_max            189 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	nr_min = DIV_ROUND_UP((refclk * 1000), (target * 10 * np_max));