last_rounded_rate 312 drivers/clk/ti/clkt_dpll.c dd->last_rounded_rate = 0; last_rounded_rate 367 drivers/clk/ti/clkt_dpll.c dd->last_rounded_rate = target_rate - prev_min_delta; last_rounded_rate 369 drivers/clk/ti/clkt_dpll.c return dd->last_rounded_rate; last_rounded_rate 328 drivers/clk/ti/dpll3xxx.c if (dd->last_rounded_rate >= dd->dcc_rate) last_rounded_rate 579 drivers/clk/ti/dpll3xxx.c if (dd->last_rounded_rate == 0) last_rounded_rate 1004 drivers/clk/ti/dpll3xxx.c dd->last_rounded_rate = div_u64((u64)parent_rate * d->m, d->n); last_rounded_rate 180 drivers/clk/ti/dpll44xx.c dd->last_rounded_rate *= OMAP4430_REGM4XEN_MULT; last_rounded_rate 186 drivers/clk/ti/dpll44xx.c return dd->last_rounded_rate; last_rounded_rate 89 include/linux/clk/ti.h unsigned long last_rounded_rate;