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

/linux-4.4.14/drivers/media/i2c/
H A Daptina-pll.c34 unsigned int mf_max; aptina_pll_calculate() local
73 mf_max = limits->m_max / pll->m; aptina_pll_calculate()
74 mf_max = min(mf_max, limits->out_clock_max / aptina_pll_calculate()
76 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); aptina_pll_calculate()
78 dev_dbg(dev, "pll: mf min %u max %u\n", mf_min, mf_max); aptina_pll_calculate()
79 if (mf_min > mf_max) { aptina_pll_calculate()
90 * 2. mf is in the [mf_min, mf_max] range computed above aptina_pll_calculate()
104 * Instead of iterating over all mf values in the [mf_min, mf_max] range aptina_pll_calculate()
153 mf_high = min(mf_max, pll->ext_clock * p1 / aptina_pll_calculate()

Completed in 98 milliseconds