Home
last modified time | relevance | path

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

/linux/drivers/iio/frequency/
H A Dadf4371.c227 u32 gcd_div; in adf4371_pll_fract_n_compute() local
243 gcd_div = gcd(*fract2, *mod2); in adf4371_pll_fract_n_compute()
244 *mod2 /= gcd_div; in adf4371_pll_fract_n_compute()
245 *fract2 /= gcd_div; in adf4371_pll_fract_n_compute()