Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/ti/ !
Ddpll3xxx.c339 v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask); in omap3_noncore_dpll_program()
343 _lookup_dco(clk, &dco, dd->last_rounded_m, dd->last_rounded_n); in omap3_noncore_dpll_program()
349 dd->last_rounded_n); in omap3_noncore_dpll_program()
587 freqsel = _omap3_dpll_compute_freqsel(clk, dd->last_rounded_n); in omap3_noncore_dpll_set_rate()
882 dd->last_rounded_n = d->n; in omap3_dpll5_apply_errata()
Ddpll44xx.c97 fint = clk_hw_get_rate(dd->clk_ref) / (dd->last_rounded_n + 1); in omap4_dpll_lpmode_recalc()
Dclkt_dpll.c369 dd->last_rounded_n = min_delta_n; in omap2_dpll_round_rate()
/linux-4.19.296/include/linux/clk/ !
Dti.h94 u8 last_rounded_n; member