Searched refs:last_rounded_rate (Results 1 – 4 of 4) sorted by relevance
315 dd->last_rounded_rate = 0; in omap2_dpll_round_rate()370 dd->last_rounded_rate = target_rate - prev_min_delta; in omap2_dpll_round_rate()372 return dd->last_rounded_rate; in omap2_dpll_round_rate()
183 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()
331 if (dd->last_rounded_rate >= dd->dcc_rate) in omap3_noncore_dpll_program()582 if (dd->last_rounded_rate == 0) in omap3_noncore_dpll_set_rate()883 dd->last_rounded_rate = div_u64((u64)parent_rate * d->m, d->n); in omap3_dpll5_apply_errata()
89 unsigned long last_rounded_rate; member