Home
last modified time | relevance | path

Searched refs:p1_max (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
Daptina-pll.c36 unsigned int p1_max; in aptina_pll_calculate() local
76 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); in aptina_pll_calculate()
143 p1_max = min(limits->p1_max, limits->out_clock_max * div / in aptina_pll_calculate()
146 for (p1 = p1_max & ~1; p1 >= p1_min; p1 -= 2) { in aptina_pll_calculate()
Daptina-pll.h47 unsigned int p1_max; member
Dmt9m032.c277 .p1_max = 7, in mt9m032_setup_pll()
Dmt9p031.c230 .p1_max = 128, in mt9p031_clk_setup()