Searched refs:fvco (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/include/plat/
H A Dpll.h23 uint64_t fvco; local
33 fvco = (uint64_t)baseclk * (mdiv + 8);
34 do_div(fvco, (pdiv + 2) << sdiv);
36 return (unsigned int)fvco;
49 uint64_t fvco; local
58 fvco = (uint64_t)baseclk * m;
59 do_div(fvco, (p << s));
61 return (unsigned int)fvco;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/include/mach/
H A Dpll.h29 u64 fvco = baseclk; local
35 fvco *= mdiv;
36 do_div(fvco, (pdiv << sdiv));
38 return (unsigned long)fvco;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s5p/include/plat/
H A Dpll.h34 u64 fvco = baseclk; local
43 fvco *= mdiv;
44 do_div(fvco, (pdiv << sdiv));
46 return (unsigned long)fvco;
136 u64 fvco = baseclk; local
142 fvco *= mdiv;
143 do_div(fvco, (pdiv << sdiv));
145 return (unsigned long)fvco;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/include/mach/
H A Dregs-s3c2443-clock.h127 uint64_t fvco; local
137 fvco = (uint64_t)baseclk * (2 * (mdiv + 8));
138 do_div(fvco, pdiv << sdiv);
140 return (unsigned int)fvco;
147 uint64_t fvco; local
157 fvco = (uint64_t)baseclk * (mdiv + 8);
158 do_div(fvco, (pdiv + 2) << sdiv);
160 return (unsigned int)fvco;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstb6100.c282 u32 nint, nfrac, fvco; local
294 fvco = (nfrac * state->reference >> (9 - psd2)) + (nint * state->reference << psd2);
295 *frequency = state->frequency = fvco >> (odiv + 1);
298 "frequency = %u kHz, odiv = %u, psd2 = %u, fxtal = %u kHz, fvco = %u kHz, N(I) = %u, N(F) = %u",
299 state->frequency, odiv, psd2, state->reference, fvco, nint, nfrac);
311 u32 srate = 0, fvco, nint, nfrac; local
367 fvco = frequency << (1 + odiv);
369 nint = fvco / (state->reference << psd2);
371 nfrac = DIV_ROUND_CLOSEST((fvco - (nint * state->reference << psd2))
375 "frequency = %u, srate = %u, g = %u, odiv = %u, psd2 = %u, fxtal = %u, osm = %u, fvco
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dg450_pll.c20 static inline unsigned int g450_vco2f(unsigned char p, unsigned int fvco) { argument
21 return (p & 0x40) ? fvco : fvco >> ((p & 3) + 1);
57 unsigned int *fvco, unsigned int mnp)
60 unsigned int tvco = *fvco;
80 *fvco = tvco;
55 g450_nextpll(const struct matrox_fb_info *minfo, const struct matrox_pll_limits *pi, unsigned int *fvco, unsigned int mnp) argument
H A Dmatroxfb_maven.c287 unsigned int fvco; local
290 fvco = matroxfb_PLL_mavenclock(&maven1000_pll, ctl, htotal, vtotal, in, feed, &p, htotal2);
291 if (!fvco)
294 if (fvco <= 100000000)
296 else if (fvco <= 140000000)
298 else if (fvco <= 180000000)
308 unsigned int fvco; local
311 fvco = matroxfb_PLL_calcclock(&maven_pll, freq, fmax, in, feed, &p);
313 if (fvco <= 100000)
315 else if (fvco <
[all...]
H A Dmatroxfb_misc.c163 unsigned int diff, fvco; local
171 fvco = (fxtal * (n + 1)) / (m + 1);
172 if (fvco < fwant)
173 diff = fwant - fvco;
175 diff = fvco - fwant;
181 bestvco = fvco;
H A Dmatroxfb_Ti3026.c286 unsigned int fvco; local
291 fvco = PLL_calcclock(minfo, freq, fmax, &lin, &lfeed, &lpost);
292 fvco >>= (*post = lpost);
295 return fvco;
H A Dmatroxfb_DAC1064.c41 unsigned int fvco; local
48 fvco = PLL_calcclock(minfo, freq, fmax, in, feed, &p);
51 if (fvco <= 100000)
53 else if (fvco <= 140000)
55 else if (fvco <= 180000)
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndpmu.h94 extern int si_pmu_fvco_pllreg(si_t *sih, uint32 *fvco, uint32 *pllreg);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c3129 /* the following table is based on 880Mhz fvco */
3369 /* the following table is based on 880Mhz fvco */
3408 /* the following table is based on 1760Mhz fvco */
3445 /* the following table is based on 1440Mhz fvco */
3913 /** returns chip specific default pll fvco frequency in [khz] units */
4193 uint32 fvco = si_pmu1_pllfvco0(sih); /* in [khz] */ local
4224 ndiv_int = (fvco * p1div) / xtal;
4226 /* ndiv_frac = (uint32) (((uint64) (fvco * p1div - xtal * ndiv_int) * (1 << 24)) / xtal) */
4227 bcm_uint64_multiple_add(&temp_high, &temp_low, fvco * p1div - xtal * ndiv_int, 1 << 24, 0);
4240 fvco
5601 si_pmu_fvco_pllreg(si_t *sih, uint32 *fvco, uint32 *pllreg) argument
7727 uint32 xf, ndiv_int, ndiv_frac, fvco, pll_reg, p1_div_scale; local
[all...]

Completed in 208 milliseconds