Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Daptina-pll.c95 * mf_inc = p1 / gcd(div, p1) (6) in aptina_pll_calculate()
97 * and round the minimum up to the nearest multiple of mf_inc. This will in aptina_pll_calculate()
134 unsigned int mf_inc = p1 / gcd(div, p1); in aptina_pll_calculate() local
139 limits->int_clock_max * div)), mf_inc); in aptina_pll_calculate()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Daptina-pll.c94 * mf_inc = p1 / gcd(div, p1) (6) in aptina_pll_calculate()
96 * and round the minimum up to the nearest multiple of mf_inc. This will in aptina_pll_calculate()
133 unsigned int mf_inc = p1 / gcd(div, p1); in aptina_pll_calculate() local
138 limits->int_clock_max * div)), mf_inc); in aptina_pll_calculate()

Completed in 1 milliseconds