Searched refs:last_rounded_rate (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclkt_dpll.c321 dd->last_rounded_rate = 0;
376 dd->last_rounded_rate = _dpll_compute_new_rate(dd->clk_ref->rate,
382 dd->last_rounded_rate, target_rate);
384 return dd->last_rounded_rate;
H A Ddpll3xxx.c420 if (dd->last_rounded_rate != rate)
423 if (dd->last_rounded_rate == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dclock.h88 unsigned long last_rounded_rate; member in struct:dpll_data

Completed in 191 milliseconds