Searched refs:last_rounded_m (Results 1 – 4 of 4) sorted by relevance
335 v |= dd->last_rounded_m << __ffs(dd->mult_mask); in omap3_noncore_dpll_program()340 _lookup_dco(clk, &dco, dd->last_rounded_m, dd->last_rounded_n); in omap3_noncore_dpll_program()345 _lookup_sddiv(clk, &sd_div, dd->last_rounded_m, in omap3_noncore_dpll_program()802 dd->last_rounded_m = (v & dd->mult_mask) >> in omap3_core_dpll_save_context()832 v |= dd->last_rounded_m << __ffs(dd->mult_mask); in omap3_core_dpll_restore_context()863 dd->last_rounded_m = (v & dd->mult_mask) >> in omap3_noncore_dpll_save_context()892 dd->last_rounded_m == ((mult_div1 & dd->mult_mask) >> in omap3_noncore_dpll_restore_context()1002 dd->last_rounded_m = d->m; in omap3_dpll5_apply_errata()
95 fout = fint * dd->last_rounded_m; in omap4_dpll_lpmode_recalc()
365 dd->last_rounded_m = min_delta_m; in omap2_dpll_round_rate()
90 u16 last_rounded_m; member