Searched full:m_max (Results 1 – 17 of 17) 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()
|
| H A D | dsi.c | 4451 .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 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
|
| /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/drivers/gpu/drm/bridge/ |
| H A D | samsung-dsim.c | 491 .m_max = 125, 523 .m_max = 125, 553 .m_max = 125, 583 .m_max = 125, 613 .m_max = 125, 643 .m_max = 125, 677 .m_max = 1023, 754 if (_m < driver_data->m_min || _m > driver_data->m_max) in samsung_dsim_pll_find_pms()
|
| /linux/include/linux/ |
| H A D | svga.h | 58 u16 m_max; member
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx93-mipi-dsi.c | 86 #define M_MAX 625UL macro 265 if (m < M_MIN || m > M_MAX) in dphy_pll_get_configure_from_opts()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | svgalib.c | 414 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
|