Searched refs:crystal (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dmpc8xx.h8 u32 mpc885_get_clock(u32 crystal);
9 int mpc885_fixup_clocks(u32 crystal);
H A Dpq2.h6 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq,
9 int pq2_fixup_clocks(u32 crystal);
H A Dmpc8xx.c22 /* Return system clock from crystal frequency */
23 u32 mpc885_get_clock(u32 crystal) argument
50 ret = crystal * mfi;
53 ret += crystal * mfn / (mfd + 1);
74 int mpc885_fixup_clocks(u32 crystal) argument
76 u32 sysclk = mpc885_get_clock(crystal);
H A Dpq2.c28 /* Get various clocks from crystal frequency.
31 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, argument
53 mainclk = crystal * (pllmf + 1) / (plldf + 1);
93 int pq2_fixup_clocks(u32 crystal) argument
97 if (!pq2_get_clocks(crystal, &sysfreq, &corefreq, &timebase, &brgfreq))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dserial_max3100.h19 * @crystal: 1 for 3.6864 Mhz, 0 for 1.8432
30 * .crystal = 0,
47 int crystal; member in struct:plat_max3100
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_calc.c285 int crystal = pll_lim->refclk; local
292 /* possibly correlated with introduction of 27MHz crystal */
329 if (crystal/M < minU)
331 if (crystal/M > maxU)
334 /* add crystal/2 to round better */
335 N = (clkP * M + crystal/2) / crystal;
343 calcclk = ((N * crystal + P/2) / P + M/2) / M;
386 int crystal = pll_lim->refclk; local
402 if (crystal/M
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmax3100.c20 .crystal = 0,
118 int crystal; /* 1 if 3.6864Mhz crystal 0 for 1.8432 */ member in struct:max3100_port
444 if (s->crystal)
450 param_new = 14 + s->crystal;
453 param_new = 13 + s->crystal;
456 param_new = 12 + s->crystal;
459 param_new = 11 + s->crystal;
462 param_new = 10 + s->crystal;
465 param_new = 9 + s->crystal;
[all...]

Completed in 34 milliseconds