Searched full:m_max (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi_pll.c | 82 .m_max = 4095, 107 .m_max = 2045,
|
| H A D | video-pll.c | 106 .m_max = (1 << 12) - 1,
|
| H A D | pll.c | 242 hw->m_max); in dss_pll_calc_a()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_pll.c | 128 .m_max = 4095, 151 .m_max = 2045,
|
| H A D | video-pll.c | 106 .m_max = (1 << 12) - 1,
|
| H A D | pll.c | 174 hw->m_max); in dss_pll_calc()
|
| H A D | dss.h | 132 unsigned m_max; member
|
| H A D | dsi.c | 5136 .m_max = (1 << 11) - 1, 5161 .m_max = (1 << 12) - 1, 5186 .m_max = (1 << 12) - 1,
|
| /linux/drivers/clk/ingenic/ |
| H A D | jz4760-cgu.c | 61 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 D | x1000-cgu.c | 178 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 D | aptina-pll.h | 32 unsigned int m_max; member
|
| H A D | aptina-pll.c | 59 mf_max = limits->m_max / pll->m; in aptina_pll_calculate()
|
| /linux/drivers/clk/ |
| H A D | clk-axi-clkgen.c | 138 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 D | svga.h | 58 u16 m_max; member
|
| /linux/drivers/video/fbdev/core/ |
| H A D | svgalib.c | 414 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
|