Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/dss/
A Dhdmi_pll.c82 .m_max = 4095,
107 .m_max = 2045,
A Dvideo-pll.c106 .m_max = (1 << 12) - 1,
A Ddss.h155 unsigned int m_max; member
A Dpll.c242 hw->m_max); in dss_pll_calc_a()
A Ddsi.c4451 .m_max = (1 << 11) - 1,
4478 .m_max = (1 << 12) - 1,
4505 .m_max = (1 << 12) - 1,
/linux/drivers/clk/ingenic/
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()
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()
/linux/drivers/media/i2c/
A Daptina-pll.h32 unsigned int m_max; member
A Daptina-pll.c59 mf_max = limits->m_max / pll->m; in aptina_pll_calculate()
A Dmt9p031.c222 .m_max = 255, in mt9p031_clk_setup()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Dhdmi_pll.c128 .m_max = 4095,
151 .m_max = 2045,
A Dvideo-pll.c106 .m_max = (1 << 12) - 1,
A Dpll.c174 hw->m_max); in dss_pll_calc()
A Ddss.h132 unsigned m_max; member
A Ddsi.c5136 .m_max = (1 << 11) - 1,
5161 .m_max = (1 << 12) - 1,
5186 .m_max = (1 << 12) - 1,
/linux/drivers/gpu/drm/i915/display/
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()
/linux/drivers/clk/
A Dclk-axi-clkgen.c130 unsigned long m, m_min, m_max; in axi_clkgen_calc_params() local
151 m_max = min_t(unsigned long, fvco_max_fract * d_max / fin, 64 << fract_shift); in axi_clkgen_calc_params()
153 for (m = m_min; m <= m_max; m++) { in axi_clkgen_calc_params()
/linux/include/drm/bridge/
A Dsamsung-dsim.h69 u16 m_max; member
/linux/drivers/gpu/drm/renesas/rcar-du/
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,
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()
/linux/drivers/gpu/drm/bridge/
A Dsamsung-dsim.c417 .m_max = 125,
436 .m_max = 125,
453 .m_max = 125,
470 .m_max = 125,
487 .m_max = 125,
508 .m_max = 1023,
588 if (_m < driver_data->m_min || _m > driver_data->m_max) in samsung_dsim_pll_find_pms()
/linux/include/linux/
A Dsvga.h58 u16 m_max; member
/linux/drivers/video/fbdev/core/
A Dsvgalib.c417 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()

Completed in 61 milliseconds