Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clk/ti/
Ddpll3xxx.c335 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()
Ddpll44xx.c95 fout = fint * dd->last_rounded_m; in omap4_dpll_lpmode_recalc()
Dclkt_dpll.c365 dd->last_rounded_m = min_delta_m; in omap2_dpll_round_rate()
/Linux-v5.10/include/linux/clk/
Dti.h90 u16 last_rounded_m; member