Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/frequency/
H A Dadf4350.c44 unsigned r0_int; member
186 st->r0_int = tmp; in adf4350_set_freq()
187 } while (mdiv > st->r0_int); in adf4350_set_freq()
203 freq, st->fpfd, r_cnt, st->r0_int, st->r0_fract, st->r1_mod, in adf4350_set_freq()
207 st->regs[ADF4350_REG0] = ADF4350_REG0_INT(st->r0_int) | in adf4350_set_freq()
322 val = (u64)((st->r0_int * st->r1_mod) + st->r0_fract) * in adf4350_read()