Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/frequency/
H A Dadf4371.c215 u32 gcd_div; in adf4371_pll_fract_n_compute() local
231 gcd_div = gcd(*fract2, *mod2); in adf4371_pll_fract_n_compute()
232 *mod2 /= gcd_div; in adf4371_pll_fract_n_compute()
233 *fract2 /= gcd_div; in adf4371_pll_fract_n_compute()