Searched refs:last_rounded_m (Results 1 – 4 of 4) sorted by relevance
340 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 …]
95 fout = fint * dd->last_rounded_m; in omap4_dpll_lpmode_recalc()
366 dd->last_rounded_m = min_delta_m; in omap2_dpll_round_rate()
96 u16 last_rounded_m; member