Searched refs:f_out (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c924 u32 f_vco, p, p_best = 0, m, f_out = 0; local
965 f_out = calc_vclock3(index, testm, n, p);
971 if (clock > f_out)
972 f_err = clock - f_out;
974 f_err = f_out - clock + 1;
980 f_best = f_out;
985 } while ((n <= pll->max_n) && (f_out >= clock));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_main.c709 u32 f_out, target_freq, diff = 0, mod_min, diff_min; local
712 n_best = m_best = m_target = f_out = 0;
730 f_out = (p_divisor * n_reg * 1000000)/(4 * 24 * m_reg);
734 if (f_out <= target_freq) {
736 diff = target_freq - f_out;
739 diff = f_out - target_freq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dneofb.c217 long f_out; local
220 f_out = ((14318 * (n + 1)) / (d + 1)) >> f;
221 f_diff = abs(f_out - freq);
228 if (f_out > freq)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8978.c413 * find index >= idx, such that, for a given f_out,
415 * f_out can be f_256fs or f_opclk, currently only used for f_256fs. Can be
419 static int wm8978_enum_mclk(unsigned int f_out, unsigned int f_mclk, argument
425 unsigned int f_pllout_x4 = 4 * f_out * mclk_numerator[i] /

Completed in 111 milliseconds