Home
last modified time | relevance | path

Searched full:m_max (Results 1 – 15 of 15) sorted by relevance

/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()
/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/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.c178 const unsigned long m_max = GENMASK(pll_info->m_bits - 1, 0); in x1000_i2spll_calc_m_n_od() local
182 rational_best_approximation(rate, parent_rate, m_max, n_max, &m, &n); in x1000_i2spll_calc_m_n_od()
/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()
/linux/drivers/clk/
H A Dclk-axi-clkgen.c138 unsigned long m, m_min, m_max; in axi_clkgen_calc_params() local
159 m_max = min(fvco_max_fract * d_max / fin, 64 << fract_shift); in axi_clkgen_calc_params()
161 for (m = m_min; m <= m_max; m++) { in axi_clkgen_calc_params()
/linux/include/linux/
H A Dsvga.h58 u16 m_max; member
/linux/drivers/video/fbdev/core/
H A Dsvgalib.c414 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()