Searched refs:p1_max (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | aptina-pll.c | 23 unsigned int p1_max; in aptina_pll_calculate() local 63 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); in aptina_pll_calculate() 75 * 1. p1 is in the [p1_min, p1_max] range given by the limits and is in aptina_pll_calculate() 130 p1_max = min(limits->p1_max, limits->out_clock_max * div / in aptina_pll_calculate() 133 for (p1 = p1_max & ~1; p1 >= p1_min; p1 -= 2) { in aptina_pll_calculate()
|
H A D | aptina-pll.h | 34 unsigned int p1_max; member
|
H A D | mt9m032.c | 264 .p1_max = 7, in mt9m032_setup_pll()
|
H A D | mt9p031.c | 229 .p1_max = 128, in mt9p031_clk_setup()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | aptina-pll.c | 22 unsigned int p1_max; in aptina_pll_calculate() local 62 mf_max = min(mf_max, DIV_ROUND_UP(limits->n_max * limits->p1_max, div)); in aptina_pll_calculate() 74 * 1. p1 is in the [p1_min, p1_max] range given by the limits and is 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()
|
H A D | aptina-pll.h | 34 unsigned int p1_max; member
|
H A D | mt9p031.c | 228 .p1_max = 128, in mt9p031_clk_setup()
|
Completed in 6 milliseconds