Home
last modified time | relevance | path

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

/linux/drivers/clk/ti/
H A Ddpll3xxx.c340 deltam_step = dd->last_rounded_m * dd->ssc_deltam; in omap3_noncore_dpll_ssc_program()
357 ((dd->last_rounded_m - (2 * deltam_ceil)) < 20 || in omap3_noncore_dpll_ssc_program()
358 dd->last_rounded_m > 2045)) || in omap3_noncore_dpll_ssc_program()
359 ((dd->last_rounded_m - deltam_ceil) < 20 || in omap3_noncore_dpll_ssc_program()
360 (dd->last_rounded_m + deltam_ceil) > 2045)) in omap3_noncore_dpll_ssc_program()
417 v |= dd->last_rounded_m << __ffs(dd->mult_mask); in omap3_noncore_dpll_program()
427 _lookup_sddiv(clk, &sd_div, dd->last_rounded_m, in omap3_noncore_dpll_program()
889 dd->last_rounded_m = (v & dd->mult_mask) >> in omap3_core_dpll_save_context()
919 v |= dd->last_rounded_m << __ffs(dd->mult_mask); in omap3_core_dpll_restore_context()
950 dd->last_rounded_m = (v & dd->mult_mask) >> in omap3_noncore_dpll_save_context()
[all …]
H A Ddpll44xx.c95 fout = fint * dd->last_rounded_m; in omap4_dpll_lpmode_recalc()
H A Dclkt_dpll.c366 dd->last_rounded_m = min_delta_m; in omap2_dpll_round_rate()
/linux/include/linux/clk/
H A Dti.h96 u16 last_rounded_m; member