Home | History | Annotate | Download | only in pci

Lines Matching defs:fout

679 	int fout;
693 * m+2 2^n2 * fOUT
708 fout = (TDV_GENDAC_REFFREQ * (m + 2)) / ((1 << n2) * (n1 + 2));
709 if ((abs(fout - freq) < best_error) && (m > 0)) {
712 best_error = abs(fout - freq);
718 fout = (TDV_GENDAC_REFFREQ * (best_m + 2)) / ((1 << n2) * (best_n1 + 2));
721 timing.fout = fout;
724 aprint_normal("tdvfb_gendac_calc_pll ret: m %d, n %d, fout %d kHz\n",
725 timing.m, timing.n, timing.fout);