Searched refs:p1_max (Results 1 – 3 of 3) sorted by relevance
22 unsigned int p1_max; in aptina_pll_calculate() local62 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); in aptina_pll_calculate()129 p1_max = min(limits->p1_max, limits->out_clock_max * div / in aptina_pll_calculate()132 for (p1 = p1_max & ~1; p1 >= p1_min; p1 -= 2) { in aptina_pll_calculate()
34 unsigned int p1_max; member
228 .p1_max = 128, in mt9p031_clk_setup()