Lines Matching refs:mod2
175 unsigned int mod2; member
189 do_div(tmp, st->mod2); in adf4371_pll_fract_n_get_rate()
212 unsigned int *mod2) in adf4371_pll_fract_n_compute() argument
224 *mod2 = pfd; in adf4371_pll_fract_n_compute()
226 while (*mod2 > ADF4371_MAX_MODULUS2) { in adf4371_pll_fract_n_compute()
227 *mod2 >>= 1; in adf4371_pll_fract_n_compute()
231 gcd_div = gcd(*fract2, *mod2); in adf4371_pll_fract_n_compute()
232 *mod2 /= gcd_div; in adf4371_pll_fract_n_compute()
275 &st->fract2, &st->mod2); in adf4371_set_freq()
285 st->buf[8] = st->mod2 & 0xFF; in adf4371_set_freq()
286 st->buf[9] = ADF4371_MOD2WORD(st->mod2 >> 8); in adf4371_set_freq()