Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/ti/
Dclkt_dpll.c312 dd->last_rounded_rate = 0; in omap2_dpll_round_rate()
367 dd->last_rounded_rate = target_rate - prev_min_delta; in omap2_dpll_round_rate()
369 return dd->last_rounded_rate; in omap2_dpll_round_rate()
Ddpll44xx.c183 dd->last_rounded_rate *= OMAP4430_REGM4XEN_MULT; in omap4_dpll_regm4xen_round_rate()
189 return dd->last_rounded_rate; in omap4_dpll_regm4xen_round_rate()
Ddpll3xxx.c330 if (dd->last_rounded_rate >= dd->dcc_rate) in omap3_noncore_dpll_program()
559 if (dd->last_rounded_rate == 0) in omap3_noncore_dpll_set_rate()
/linux-4.4.14/include/linux/clk/
Dti.h76 unsigned long last_rounded_rate; member