Home
last modified time | relevance | path

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

/linux/drivers/iio/frequency/
H A Dadf4371.c184 unsigned int fract1; member
199 val = (((u64)st->integer * ADF4371_MODULUS1) + st->fract1) * st->fpfd; in adf4371_pll_fract_n_get_rate()
222 unsigned int *fract1, in adf4371_pll_fract_n_compute() argument
234 *fract1 = tmp; in adf4371_pll_fract_n_compute()
286 adf4371_pll_fract_n_compute(freq, st->fpfd, &st->integer, &st->fract1, in adf4371_set_freq()
291 st->buf[3] = st->fract1 & 0xFF; in adf4371_set_freq()
292 st->buf[4] = st->fract1 >> 8; in adf4371_set_freq()
293 st->buf[5] = st->fract1 >> 16; in adf4371_set_freq()
295 ADF4371_FRAC1WORD(st->fract1 >> 24); in adf4371_set_freq()
326 if (st->fract1 == 0 && st->fract2 == 0) in adf4371_set_freq()