best_mult         851 drivers/media/i2c/ov5640.c 	u8 best_sysdiv = 1, best_mult = 1;
best_mult         890 drivers/media/i2c/ov5640.c 				best_mult = _pll_mult;
best_mult         901 drivers/media/i2c/ov5640.c 	*pll_mult = best_mult;
best_mult        4885 drivers/staging/comedi/drivers/ni_mio_common.c 	unsigned int best_mult = 1;
best_mult        4904 drivers/staging/comedi/drivers/ni_mio_common.c 				best_mult = mult;
best_mult        4912 drivers/staging/comedi/drivers/ni_mio_common.c 	*freq_multiplier = best_mult;
best_mult         666 drivers/video/fbdev/cyber2000fb.c 	u_int div2, t_div1, best_div1, best_mult;
best_mult         696 drivers/video/fbdev/cyber2000fb.c 	best_mult = 2;
best_mult         725 drivers/video/fbdev/cyber2000fb.c 			best_mult = t_mult;
best_mult         740 drivers/video/fbdev/cyber2000fb.c 	hw->clock_mult = best_mult - 1;
best_mult         743 drivers/video/fbdev/cyber2000fb.c 	vco = ref_ps * best_div1 / best_mult;