fint_hw_min       214 drivers/gpu/drm/omapdrm/dss/pll.c 	unsigned long fint_hw_min, fint_hw_max;
fint_hw_min       218 drivers/gpu/drm/omapdrm/dss/pll.c 	fint_hw_min = hw->fint_min;
fint_hw_min       222 drivers/gpu/drm/omapdrm/dss/pll.c 	n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max);
fint_hw_min       155 drivers/video/fbdev/omap2/omapfb/dss/pll.c 	unsigned long fint_hw_min, fint_hw_max;
fint_hw_min       159 drivers/video/fbdev/omap2/omapfb/dss/pll.c 	fint_hw_min = hw->fint_min;
fint_hw_min       163 drivers/video/fbdev/omap2/omapfb/dss/pll.c 	n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max);