Searched refs:last_rounded_m (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/linux/clk/
H A Dti.h38 * @last_rounded_m: cache of the last M result of omap2_dpll_round_rate()
82 * XXX The runtime-variable fields (@last_rounded_rate, @last_rounded_m,
96 u16 last_rounded_m; member in struct:dpll_data
/linux-master/drivers/clk/ti/
H A Ddpll3xxx.c340 deltam_step = dd->last_rounded_m * dd->ssc_deltam;
357 ((dd->last_rounded_m - (2 * deltam_ceil)) < 20 ||
358 dd->last_rounded_m > 2045)) ||
359 ((dd->last_rounded_m - deltam_ceil) < 20 ||
360 (dd->last_rounded_m + deltam_ceil) > 2045))
417 v |= dd->last_rounded_m << __ffs(dd->mult_mask);
422 _lookup_dco(clk, &dco, dd->last_rounded_m, dd->last_rounded_n);
427 _lookup_sddiv(clk, &sd_div, dd->last_rounded_m,
889 dd->last_rounded_m = (v & dd->mult_mask) >>
919 v |= dd->last_rounded_m << __ff
[all...]
H A Ddpll44xx.c95 fout = fint * dd->last_rounded_m;
H A Dclkt_dpll.c366 dd->last_rounded_m = min_delta_m;

Completed in 220 milliseconds