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

/drivers/media/video/
H A Daptina-pll.h47 unsigned int p1_max; member in struct:aptina_pll_limits
H A Daptina-pll.c36 unsigned int p1_max; local
76 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div));
88 * 1. p1 is in the [p1_min, p1_max] range given by the limits and is
143 p1_max = min(limits->p1_max, limits->out_clock_max * div /
146 for (p1 = p1_max & ~1; p1 >= p1_min; p1 -= 2) {
H A Dmt9m032.c259 .p1_max = 128,
H A Dmt9p031.c195 .p1_max = 128,

Completed in 66 milliseconds