Searched refs:fract1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/frequency/ |
H A D | adf4371.c | 173 unsigned int fract1; member 187 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() 222 *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 in adf4371_set_freq() 207 adf4371_pll_fract_n_compute(unsigned long long vco, unsigned long long pfd, unsigned int *integer, unsigned int *fract1, unsigned int *fract2, unsigned int *mod2) adf4371_pll_fract_n_compute() argument [all...] |
/kernel/linux/linux-5.10/drivers/iio/frequency/ |
H A D | adf4371.c | 173 unsigned int fract1; member 187 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() 222 *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 in adf4371_set_freq() 207 adf4371_pll_fract_n_compute(unsigned long long vco, unsigned long long pfd, unsigned int *integer, unsigned int *fract1, unsigned int *fract2, unsigned int *mod2) adf4371_pll_fract_n_compute() argument [all...] |
Completed in 3 milliseconds