/linux-2.6.39/arch/powerpc/boot/ |
D | mpc8xx.c | 23 u32 mpc885_get_clock(u32 crystal) in mpc885_get_clock() argument 50 ret = crystal * mfi; in mpc885_get_clock() 53 ret += crystal * mfn / (mfd + 1); in mpc885_get_clock() 74 int mpc885_fixup_clocks(u32 crystal) in mpc885_fixup_clocks() argument 76 u32 sysclk = mpc885_get_clock(crystal); in mpc885_fixup_clocks()
|
D | pq2.c | 31 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, in pq2_get_clocks() argument 53 mainclk = crystal * (pllmf + 1) / (plldf + 1); in pq2_get_clocks() 93 int pq2_fixup_clocks(u32 crystal) in pq2_fixup_clocks() argument 97 if (!pq2_get_clocks(crystal, &sysfreq, &corefreq, &timebase, &brgfreq)) in pq2_fixup_clocks()
|
D | mpc8xx.h | 8 u32 mpc885_get_clock(u32 crystal); 9 int mpc885_fixup_clocks(u32 crystal);
|
D | pq2.h | 6 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, 9 int pq2_fixup_clocks(u32 crystal);
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_calc.c | 285 int crystal = pll_lim->refclk; in getMNP_single() local 329 if (crystal/M < minU) in getMNP_single() 331 if (crystal/M > maxU) in getMNP_single() 335 N = (clkP * M + crystal/2) / crystal; in getMNP_single() 343 calcclk = ((N * crystal + P/2) / P + M/2) / M; in getMNP_single() 386 int crystal = pll_lim->refclk; in getMNP_double() local 402 if (crystal/M1 < minU1) in getMNP_double() 404 if (crystal/M1 > maxU1) in getMNP_double() 408 calcclk1 = crystal * N1 / M1; in getMNP_double()
|
/linux-2.6.39/drivers/tty/serial/ |
D | max3100.c | 118 int crystal; /* 1 if 3.6864Mhz crystal 0 for 1.8432 */ member 444 if (s->crystal) in max3100_set_termios() 450 param_new = 14 + s->crystal; in max3100_set_termios() 453 param_new = 13 + s->crystal; in max3100_set_termios() 456 param_new = 12 + s->crystal; in max3100_set_termios() 459 param_new = 11 + s->crystal; in max3100_set_termios() 462 param_new = 10 + s->crystal; in max3100_set_termios() 465 param_new = 9 + s->crystal; in max3100_set_termios() 468 param_new = 8 + s->crystal; in max3100_set_termios() 471 param_new = 1 + s->crystal; in max3100_set_termios() [all …]
|
/linux-2.6.39/include/linux/ |
D | serial_max3100.h | 47 int crystal; member
|
/linux-2.6.39/Documentation/video4linux/bttv/ |
D | THANKS | 14 single crystal operation possible.
|
D | Insmod-options | 17 1: 28 MHz crystal installed 18 2: 35 MHz crystal installed
|
D | Cards | 78 - Bt848 (and others but always in 2 crystal operation???)
|
/linux-2.6.39/arch/arm/mach-s3c2440/ |
D | Kconfig | 50 crystal. 56 crystal.
|
/linux-2.6.39/Documentation/sound/alsa/soc/ |
D | clocking.txt | 13 (e.g. crystal, PLL, CPU clock) and is responsible for producing the correct
|
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 46 system is fed by the external crystal input is currently not
|
/linux-2.6.39/drivers/staging/westbridge/astoria/include/linux/westbridge/ |
D | cyasmisc.h | 105 cy_bool crystal; member
|
/linux-2.6.39/Documentation/serial/ |
D | specialix.txt | 145 The Specialix card uses a 25MHz crystal (in times two mode, which in 172 I upgraded the crystal to 66Mhz on one of my Specialix cards. Works
|
/linux-2.6.39/drivers/media/radio/ |
D | Kconfig | 399 bool "TEA5764 crystal reference" 403 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
|
/linux-2.6.39/arch/blackfin/ |
D | Kconfig | 405 int "Frequency of the crystal on the board in Hz" 414 The frequency of CLKIN crystal oscillator on the board in Hz. 415 Warning: This value should match the crystal on the board. Otherwise,
|
/linux-2.6.39/Documentation/networking/ |
D | cs89x0.txt | 642 Email :ethernet@crystal.cirrus.com 683 ethernet@crystal.cirrus.com) and request that you be registered for automatic
|
/linux-2.6.39/arch/m68k/ |
D | Kconfig.nommu | 200 crystal fitted to your board. Some processors have an internal
|
/linux-2.6.39/drivers/staging/westbridge/astoria/api/src/ |
D | cyasmisc.c | 593 if (config_p->crystal) in cy_as_misc_configure_device()
|
/linux-2.6.39/Documentation/kvm/ |
D | timekeeping.txt | 201 The clock uses a 32.768kHz crystal, so bits 6-4 of register A should be
|