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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dmt20xx.c82 unsigned int fref,lo1,lo1n,lo1a,s,sel,lo1freq, desired_lo1, local
85 fref= 5250 *1000; //5.25MHz
88 lo1=(2*(desired_lo1/1000)+(fref/1000)) / (2*fref/1000);
110 lo1freq=(lo1a+8*lo1n)*fref;
116 lo2=(desired_lo2)/fref;
119 lo2num=((desired_lo2/1000)%(fref/1000))* 3780/(fref/1000); //scale to fit in 32bit arith
120 lo2freq=(lo2a+8*lo2n)*fref + lo2num*(fref/100
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/532x/
H A Dconfig.c362 int fref, temp, fout, mfd; local
365 fref = FREF;
371 return (fref * mfd / (BUSDIV * 4));
384 temp = 100 * fsys / fref;
388 fout = (fref * mfd / (BUSDIV * 4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndpmu.c2770 uint16 fref; /* x-tal frequency in [hz] */ member in struct:__anon11560
2947 /* fref xf p1div p2div ndiv_int ndiv_frac */
3159 uint16 fref; /* x-tal frequency in [hz] */ member in struct:__anon11562
3343 for (xt = si_pmu1_xtaltab0(sih); xt != NULL && xt->fref != 0; xt ++)
3347 if (xt == NULL || xt->fref == 0)
3349 ASSERT(xt != NULL && xt->fref != 0);
3351 return xt->fref * 1000;
4159 for (xt = si_pmu2_xtaltab0(sih), xt_idx = 0; xt != NULL && xt->fref != 0; xt++, xt_idx++) {
4160 if (xt->fref == xtal)
4164 if (xt == NULL || xt->fref
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtdfxfb.c318 int fref = 14318; local
329 int n_estimated = (freq * (m + 2) * (1 << k) / fref) - 2;
338 int f = fref * (n + 2) / (m + 2) / (1 << k);
358 *freq_out = fref*(n + 2)/(m + 2)/(1 << k);

Completed in 78 milliseconds