Home
last modified time | relevance | path

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

/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()
/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 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,
/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.c5136 .m_max = (1 << 11) - 1,
5161 .m_max = (1 << 12) - 1,
5186 .m_max = (1 << 12) - 1,
/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.c227 .m_max = 255, in mt9p031_clk_setup()
/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()
/linux/include/drm/bridge/
H A Dsamsung-dsim.h69 u16 m_max; member
/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()
/linux/drivers/gpu/drm/bridge/
H 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/
H A Dsvga.h58 u16 m_max; member
/linux/drivers/video/fbdev/core/
H A Dsvgalib.c417 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()