Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/ti/
A Ddpll3xxx.c320 (ref_rate / dd->last_rounded_n) / (4 * dd->ssc_modfreq); in omap3_noncore_dpll_ssc_program()
418 v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask); in omap3_noncore_dpll_program()
422 _lookup_dco(clk, &dco, dd->last_rounded_m, dd->last_rounded_n); in omap3_noncore_dpll_program()
428 dd->last_rounded_n); in omap3_noncore_dpll_program()
670 freqsel = _omap3_dpll_compute_freqsel(clk, dd->last_rounded_n); in omap3_noncore_dpll_set_rate()
891 dd->last_rounded_n = ((v & dd->div1_mask) >> in omap3_core_dpll_save_context()
920 v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask); in omap3_core_dpll_restore_context()
952 dd->last_rounded_n = ((v & dd->div1_mask) >> in omap3_noncore_dpll_save_context()
981 dd->last_rounded_n == ((mult_div1 & dd->div1_mask) >> in omap3_noncore_dpll_restore_context()
1090 dd->last_rounded_n = d->n; in omap3_dpll5_apply_errata()
A Ddpll44xx.c94 fint = clk_hw_get_rate(dd->clk_ref) / (dd->last_rounded_n + 1); in omap4_dpll_lpmode_recalc()
A Dclkt_dpll.c367 dd->last_rounded_n = min_delta_n; in omap2_dpll_round_rate()
/linux-6.3-rc2/include/linux/clk/
A Dti.h97 u8 last_rounded_n; member

Completed in 8 milliseconds