Searched refs:m_max (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
H A D | aptina-pll.h | 45 unsigned int m_max; member in struct:aptina_pll_limits
|
H A D | aptina-pll.c | 73 mf_max = limits->m_max / pll->m; aptina_pll_calculate()
|
H A D | mt9m032.c | 275 .m_max = 255, mt9m032_setup_pll()
|
H A D | mt9p031.c | 228 .m_max = 255, mt9p031_clk_setup()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | hdmi_pll.c | 135 .m_max = 4095, 158 .m_max = 2045,
|
H A D | video-pll.c | 112 .m_max = (1 << 12) - 1,
|
H A D | pll.c | 185 hw->m_max); dss_pll_calc()
|
H A D | dss.h | 143 unsigned m_max; member in struct:dss_pll_hw
|
H A D | dsi.c | 5154 .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 D | clk-axi-clkgen.c | 147 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 D | svga.h | 57 u16 m_max; member in struct:svga_pll
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | svgalib.c | 415 while ((am <= pll->m_max) && (an <= pll->n_max)) { svga_compute_pll()
|
Completed in 260 milliseconds