Searched refs:fract1 (Results 1 – 1 of 1) sorted by relevance
173 unsigned int fract1; member187 val = (((u64)st->integer * ADF4371_MODULUS1) + st->fract1) * st->fpfd; in adf4371_pll_fract_n_get_rate()210 unsigned int *fract1, in adf4371_pll_fract_n_compute() argument222 *fract1 = tmp; in adf4371_pll_fract_n_compute()274 adf4371_pll_fract_n_compute(freq, st->fpfd, &st->integer, &st->fract1, in adf4371_set_freq()279 st->buf[3] = st->fract1 & 0xFF; in adf4371_set_freq()280 st->buf[4] = st->fract1 >> 8; in adf4371_set_freq()281 st->buf[5] = st->fract1 >> 16; in adf4371_set_freq()283 ADF4371_FRAC1WORD(st->fract1 >> 24); in adf4371_set_freq()314 if (st->fract1 == 0 && st->fract2 == 0) in adf4371_set_freq()