Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_pll.c85 .m_max = 4095,
110 .m_max = 2045,
Dvideo-pll.c114 .m_max = (1 << 12) - 1,
Ddss.h166 unsigned int m_max; member
Dpll.c250 hw->m_max); in dss_pll_calc_a()
Ddsi.c5131 .m_max = (1 << 11) - 1,
5158 .m_max = (1 << 12) - 1,
5185 .m_max = (1 << 12) - 1,
/Linux-v4.19/drivers/media/i2c/
Daptina-pll.h40 unsigned int m_max; member
Daptina-pll.c68 mf_max = limits->m_max / pll->m; in aptina_pll_calculate()
Dmt9m032.c270 .m_max = 255, in mt9m032_setup_pll()
Dmt9p031.c228 .m_max = 255, in mt9p031_clk_setup()
/Linux-v4.19/drivers/gpu/drm/i915/
Dvlv_dsi_pll.c58 unsigned int m_min, m_max, p_min = 2, p_max = 6; in dsi_calc_mnp() local
73 m_max = 96; in dsi_calc_mnp()
78 m_max = 92; in dsi_calc_mnp()
85 for (m = m_min; m <= m_max && delta; m++) { in dsi_calc_mnp()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c136 .m_max = 4095,
159 .m_max = 2045,
Dvideo-pll.c112 .m_max = (1 << 12) - 1,
Dpll.c185 hw->m_max); in dss_pll_calc()
Ddss.h154 unsigned m_max; member
Ddsi.c5145 .m_max = (1 << 11) - 1,
5170 .m_max = (1 << 12) - 1,
5195 .m_max = (1 << 12) - 1,
/Linux-v4.19/drivers/clk/
Dclk-axi-clkgen.c110 unsigned long m, m_min, m_max; in axi_clkgen_calc_params() local
125 m_max = min_t(unsigned long, fvco_max * d_max / fin, 64); in axi_clkgen_calc_params()
127 for (m = m_min; m <= m_max; m++) { in axi_clkgen_calc_params()
/Linux-v4.19/include/linux/
Dsvga.h58 u16 m_max; member
/Linux-v4.19/drivers/video/fbdev/core/
Dsvgalib.c415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()