tmpfrac           205 drivers/clk/at91/clk-sam9x60-pll.c 		unsigned long tmpfrac = 0;
tmpfrac           216 drivers/clk/at91/clk-sam9x60-pll.c 			tmpfrac = DIV_ROUND_CLOSEST_ULL((u64)remainder * tmpdiv * (1 << 22),
tmpfrac           219 drivers/clk/at91/clk-sam9x60-pll.c 			tmprate += DIV_ROUND_CLOSEST_ULL((u64)tmpfrac * parent_rate,
tmpfrac           238 drivers/clk/at91/clk-sam9x60-pll.c 			bestfrac = tmpfrac;