Searched refs:m_max (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
H A Daptina-pll.h45 unsigned int m_max; member in struct:aptina_pll_limits
H A Daptina-pll.c73 mf_max = limits->m_max / pll->m; aptina_pll_calculate()
H A Dmt9m032.c275 .m_max = 255, mt9m032_setup_pll()
H A Dmt9p031.c228 .m_max = 255, mt9p031_clk_setup()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dhdmi_pll.c135 .m_max = 4095,
158 .m_max = 2045,
H A Dvideo-pll.c112 .m_max = (1 << 12) - 1,
H A Dpll.c185 hw->m_max); dss_pll_calc()
H A Ddss.h143 unsigned m_max; member in struct:dss_pll_hw
H A Ddsi.c5154 .m_max = (1 << 11) - 1,
5179 .m_max = (1 << 12) - 1,
5204 .m_max = (1 << 12) - 1,
/linux-4.1.27/drivers/clk/
H A Dclk-axi-clkgen.c147 unsigned long m, m_min, m_max; axi_clkgen_calc_params() local
162 m_max = min_t(unsigned long, fvco_max * d_max / fin, 64); axi_clkgen_calc_params()
164 for (m = m_min; m <= m_max; m++) { axi_clkgen_calc_params()
/linux-4.1.27/include/linux/
H A Dsvga.h57 u16 m_max; member in struct:svga_pll
/linux-4.1.27/drivers/video/fbdev/core/
H A Dsvgalib.c415 while ((am <= pll->m_max) && (an <= pll->n_max)) { svga_compute_pll()

Completed in 265 milliseconds