Searched refs:r0_fract (Results 1 – 1 of 1) sorted by relevance
46 unsigned r0_fract; member196 st->r0_fract = do_div(tmp, st->r1_mod); in adf4350_set_freq()202 if (st->r0_fract && st->r1_mod) { in adf4350_set_freq()203 div_gcd = gcd(st->r1_mod, st->r0_fract); in adf4350_set_freq()205 st->r0_fract /= div_gcd; in adf4350_set_freq()207 st->r0_fract = 0; in adf4350_set_freq()214 freq, st->fpfd, r_cnt, st->r0_int, st->r0_fract, st->r1_mod, in adf4350_set_freq()219 ADF4350_REG0_FRACT(st->r0_fract); in adf4350_set_freq()333 val = (u64)((st->r0_int * st->r1_mod) + st->r0_fract) * in adf4350_read()408 tmp = (u64)(st->r0_int * st->r1_mod + st->r0_fract) * st->fpfd; in adf4350_clk_recalc_rate()