Home
last modified time | relevance | path

Searched refs:m_max (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_pll.c82 .m_max = 4095,
107 .m_max = 2045,
H A Dvideo-pll.c106 .m_max = (1 << 12) - 1,
H A Ddss.h155 unsigned int m_max; member
H A Dpll.c242 hw->m_max); in dss_pll_calc_a()
H A Ddsi.c4451 .m_max = (1 << 11) - 1,
4478 .m_max = (1 << 12) - 1,
4505 .m_max = (1 << 12) - 1,
/openbmc/linux/drivers/clk/ingenic/
H A Djz4760-cgu.c61 unsigned int m, n, od, m_max = (1 << pll_info->m_bits) - 1; in jz4760_cgu_calc_m_n_od() local
72 for (m = m_max; m >= m_max && n >= 2; n--) { in jz4760_cgu_calc_m_n_od()
H A Dx1000-cgu.c177 const unsigned long m_max = GENMASK(pll_info->m_bits - 1, 0); in x1000_i2spll_calc_m_n_od() local
181 rational_best_approximation(rate, parent_rate, m_max, n_max, &m, &n); in x1000_i2spll_calc_m_n_od()
/openbmc/linux/drivers/media/i2c/
H A Daptina-pll.h32 unsigned int m_max; member
H A Daptina-pll.c59 mf_max = limits->m_max / pll->m; in aptina_pll_calculate()
H A Dmt9p031.c226 .m_max = 255, in mt9p031_clk_setup()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_pll.c128 .m_max = 4095,
151 .m_max = 2045,
H A Dvideo-pll.c106 .m_max = (1 << 12) - 1,
H A Dpll.c174 hw->m_max); in dss_pll_calc()
H A Ddss.h132 unsigned m_max; member
H A Ddsi.c5135 .m_max = (1 << 11) - 1,
5160 .m_max = (1 << 12) - 1,
5185 .m_max = (1 << 12) - 1,
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c64 unsigned int m_min, m_max, p_min = 2, p_max = 6; in dsi_calc_mnp() local
79 m_max = 96; in dsi_calc_mnp()
84 m_max = 92; in dsi_calc_mnp()
91 for (m = m_min; m <= m_max && delta; m++) { in dsi_calc_mnp()
/openbmc/linux/drivers/clk/
H A Dclk-axi-clkgen.c131 unsigned long m, m_min, m_max; in axi_clkgen_calc_params() local
152 m_max = min_t(unsigned long, fvco_max_fract * d_max / fin, 64 << fract_shift); in axi_clkgen_calc_params()
154 for (m = m_min; m <= m_max; m++) { in axi_clkgen_calc_params()
/openbmc/linux/include/drm/bridge/
H A Dsamsung-dsim.h65 u16 m_max; member
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_mipi_dsi.c51 u16 m_max; member
352 for (unsigned int m = info->m_min; m <= info->m_max; m++) { in rcar_mipi_dsi_pll_calc()
1061 .m_max = 625,
1076 .m_max = 1000,
H A Drcar_lvds.c149 unsigned int m_max; in rcar_lvds_d3_e3_pll_calc() local
197 m_max = min_t(unsigned int, 8, fin / 12000000); in rcar_lvds_d3_e3_pll_calc()
199 for (m = m_min; m <= m_max; ++m) { in rcar_lvds_d3_e3_pll_calc()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c414 .m_max = 125,
431 .m_max = 125,
446 .m_max = 125,
461 .m_max = 125,
476 .m_max = 125,
495 .m_max = 1023,
575 if (_m < driver_data->m_min || _m > driver_data->m_max) in samsung_dsim_pll_find_pms()
/openbmc/linux/include/linux/
H A Dsvga.h58 u16 m_max; member
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c410 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()