Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clk/ti/
Ddpll3xxx.c336 v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask); in omap3_noncore_dpll_program()
340 _lookup_dco(clk, &dco, dd->last_rounded_m, dd->last_rounded_n); in omap3_noncore_dpll_program()
346 dd->last_rounded_n); in omap3_noncore_dpll_program()
584 freqsel = _omap3_dpll_compute_freqsel(clk, dd->last_rounded_n); in omap3_noncore_dpll_set_rate()
804 dd->last_rounded_n = ((v & dd->div1_mask) >> in omap3_core_dpll_save_context()
833 v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask); in omap3_core_dpll_restore_context()
865 dd->last_rounded_n = ((v & dd->div1_mask) >> in omap3_noncore_dpll_save_context()
894 dd->last_rounded_n == ((mult_div1 & dd->div1_mask) >> in omap3_noncore_dpll_restore_context()
1003 dd->last_rounded_n = d->n; in omap3_dpll5_apply_errata()
Ddpll44xx.c94 fint = clk_hw_get_rate(dd->clk_ref) / (dd->last_rounded_n + 1); in omap4_dpll_lpmode_recalc()
Dclkt_dpll.c366 dd->last_rounded_n = min_delta_n; in omap2_dpll_round_rate()
/Linux-v5.10/include/linux/clk/
Dti.h94 u8 last_rounded_n; member