m_max 108 drivers/clk/clk-axi-clkgen.c unsigned long m, m_min, m_max; m_max 123 drivers/clk/clk-axi-clkgen.c m_max = min_t(unsigned long, fvco_max * d_max / fin, 64); m_max 125 drivers/clk/clk-axi-clkgen.c for (m = m_min; m <= m_max; m++) { m_max 60 drivers/gpu/drm/i915/display/vlv_dsi_pll.c unsigned int m_min, m_max, p_min = 2, p_max = 6; m_max 75 drivers/gpu/drm/i915/display/vlv_dsi_pll.c m_max = 96; m_max 80 drivers/gpu/drm/i915/display/vlv_dsi_pll.c m_max = 92; m_max 87 drivers/gpu/drm/i915/display/vlv_dsi_pll.c for (m = m_min; m <= m_max && delta; m++) { m_max 4938 drivers/gpu/drm/omapdrm/dss/dsi.c .m_max = (1 << 11) - 1, m_max 4965 drivers/gpu/drm/omapdrm/dss/dsi.c .m_max = (1 << 12) - 1, m_max 4992 drivers/gpu/drm/omapdrm/dss/dsi.c .m_max = (1 << 12) - 1, m_max 155 drivers/gpu/drm/omapdrm/dss/dss.h unsigned int m_max; m_max 82 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c .m_max = 4095, m_max 107 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c .m_max = 2045, m_max 239 drivers/gpu/drm/omapdrm/dss/pll.c hw->m_max); m_max 106 drivers/gpu/drm/omapdrm/dss/video-pll.c .m_max = (1 << 12) - 1, m_max 198 drivers/gpu/drm/rcar-du/rcar_lvds.c unsigned int m_max; m_max 246 drivers/gpu/drm/rcar-du/rcar_lvds.c m_max = min_t(unsigned int, 8, fin / 12000000); m_max 248 drivers/gpu/drm/rcar-du/rcar_lvds.c for (m = m_min; m <= m_max; ++m) { m_max 60 drivers/media/i2c/aptina-pll.c mf_max = limits->m_max / pll->m; m_max 32 drivers/media/i2c/aptina-pll.h unsigned int m_max; m_max 262 drivers/media/i2c/mt9m032.c .m_max = 255, m_max 225 drivers/media/i2c/mt9p031.c .m_max = 255, m_max 415 drivers/video/fbdev/core/svgalib.c while ((am <= pll->m_max) && (an <= pll->n_max)) { m_max 5134 drivers/video/fbdev/omap2/omapfb/dss/dsi.c .m_max = (1 << 11) - 1, m_max 5159 drivers/video/fbdev/omap2/omapfb/dss/dsi.c .m_max = (1 << 12) - 1, m_max 5184 drivers/video/fbdev/omap2/omapfb/dss/dsi.c .m_max = (1 << 12) - 1, m_max 143 drivers/video/fbdev/omap2/omapfb/dss/dss.h unsigned m_max; m_max 133 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c .m_max = 4095, m_max 156 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c .m_max = 2045, m_max 174 drivers/video/fbdev/omap2/omapfb/dss/pll.c hw->m_max); m_max 106 drivers/video/fbdev/omap2/omapfb/dss/video-pll.c .m_max = (1 << 12) - 1, m_max 58 include/linux/svga.h u16 m_max;