Home
last modified time | relevance | path

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

/linux/drivers/clk/ti/
H A Dclkt_dpll.c311 dd->last_rounded_rate = 0; in omap2_dpll_determine_rate()
366 dd->last_rounded_rate = req->rate - prev_min_delta; in omap2_dpll_determine_rate()
368 req->rate = dd->last_rounded_rate; in omap2_dpll_determine_rate()
H A Ddpll44xx.c186 dd->last_rounded_rate *= OMAP4430_REGM4XEN_MULT; in omap4_dpll_regm4xen_determine_rate()
192 req->rate = dd->last_rounded_rate; in omap4_dpll_regm4xen_determine_rate()
H A Ddpll3xxx.c410 if (dd->last_rounded_rate >= dd->dcc_rate) in omap3_noncore_dpll_program()
668 if (dd->last_rounded_rate == 0) in omap3_noncore_dpll_set_rate()
1094 dd->last_rounded_rate = div_u64((u64)parent_rate * d->m, d->n); in omap3_dpll5_apply_errata()
/linux/include/linux/clk/
H A Dti.h95 unsigned long last_rounded_rate; member