n_max            4937 drivers/gpu/drm/omapdrm/dss/dsi.c 	.n_max = (1 << 7) - 1,
n_max            4964 drivers/gpu/drm/omapdrm/dss/dsi.c 	.n_max = (1 << 8) - 1,
n_max            4991 drivers/gpu/drm/omapdrm/dss/dsi.c 	.n_max = (1 << 8) - 1,
n_max             153 drivers/gpu/drm/omapdrm/dss/dss.h 	unsigned int n_max;
n_max              80 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	.n_max = 255,
n_max             105 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	.n_max = 255,
n_max             222 drivers/gpu/drm/omapdrm/dss/pll.c 	n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max);
n_max             105 drivers/gpu/drm/omapdrm/dss/video-pll.c 	.n_max = (1 << 8) - 1,
n_max             251 drivers/gpu/drm/rcar-du/rcar_lvds.c 		unsigned int n_max;
n_max             263 drivers/gpu/drm/rcar-du/rcar_lvds.c 		n_max = min_t(unsigned int, 120, 1800000000 / fpfd);
n_max             265 drivers/gpu/drm/rcar-du/rcar_lvds.c 		for (n = n_min; n < n_max; ++n) {
n_max             145 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	int i, o, n, n_min, n_max;
n_max             160 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 		n_max = (fvco_max * i) / (2 * clkin_khz);
n_max             169 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 		if (n_max > NDIV_MAX)
n_max             170 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 			n_max = NDIV_MAX;
n_max             175 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 			if (n < n_min || n > n_max)
n_max              62 drivers/media/i2c/aptina-pll.c 		    (pll->ext_clock / limits->n_max * pll->m));
n_max              63 drivers/media/i2c/aptina-pll.c 	mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div));
n_max              30 drivers/media/i2c/aptina-pll.h 	unsigned int n_max;
n_max             260 drivers/media/i2c/mt9m032.c 		.n_max = 64,
n_max             223 drivers/media/i2c/mt9p031.c 		.n_max = 64,
n_max            1701 drivers/net/ethernet/broadcom/cnic.c 	int i, j, n = 2, n_max;
n_max            1708 drivers/net/ethernet/broadcom/cnic.c 	n_max = req2->num_additional_wqes + 2;
n_max            1809 drivers/net/ethernet/broadcom/cnic.c 			if (n >= n_max)
n_max             415 drivers/video/fbdev/core/svgalib.c 	while ((am <= pll->m_max) && (an <= pll->n_max)) {
n_max            5133 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	.n_max = (1 << 7) - 1,
n_max            5158 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	.n_max = (1 << 8) - 1,
n_max            5183 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	.n_max = (1 << 8) - 1,
n_max             141 drivers/video/fbdev/omap2/omapfb/dss/dss.h 	unsigned n_max;
n_max             131 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c 	.n_max = 255,
n_max             154 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c 	.n_max = 255,
n_max             163 drivers/video/fbdev/omap2/omapfb/dss/pll.c 	n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max);
n_max             105 drivers/video/fbdev/omap2/omapfb/dss/video-pll.c 	.n_max = (1 << 8) - 1,
n_max              60 include/linux/svga.h 	u16 n_max;
n_max             319 sound/soc/codecs/madera.c 					 u32 *dest, int n_max,
n_max             339 sound/soc/codecs/madera.c 	if (n > n_max)
n_max             340 sound/soc/codecs/madera.c 		n = n_max;