last_rounded_n    366 drivers/clk/ti/clkt_dpll.c 	dd->last_rounded_n = min_delta_n;
last_rounded_n    336 drivers/clk/ti/dpll3xxx.c 	v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask);
last_rounded_n    340 drivers/clk/ti/dpll3xxx.c 		_lookup_dco(clk, &dco, dd->last_rounded_m, dd->last_rounded_n);
last_rounded_n    346 drivers/clk/ti/dpll3xxx.c 			      dd->last_rounded_n);
last_rounded_n    584 drivers/clk/ti/dpll3xxx.c 		freqsel = _omap3_dpll_compute_freqsel(clk, dd->last_rounded_n);
last_rounded_n    804 drivers/clk/ti/dpll3xxx.c 		dd->last_rounded_n = ((v & dd->div1_mask) >>
last_rounded_n    833 drivers/clk/ti/dpll3xxx.c 		v |= (dd->last_rounded_n - 1) << __ffs(dd->div1_mask);
last_rounded_n    865 drivers/clk/ti/dpll3xxx.c 		dd->last_rounded_n = ((v & dd->div1_mask) >>
last_rounded_n    894 drivers/clk/ti/dpll3xxx.c 	    dd->last_rounded_n == ((mult_div1 & dd->div1_mask) >>
last_rounded_n   1003 drivers/clk/ti/dpll3xxx.c 	dd->last_rounded_n = d->n;
last_rounded_n     94 drivers/clk/ti/dpll44xx.c 	fint = clk_hw_get_rate(dd->clk_ref) / (dd->last_rounded_n + 1);
last_rounded_n     94 include/linux/clk/ti.h 	u8			last_rounded_n;