Home
last modified time | relevance | path

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

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