HomeSort by: relevance | last modified time | path
    Searched defs:cpuspeed (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/evbppc/explora/
machdep.c 56 static const unsigned int cpuspeed = 66000000; variable in typeref:typename:const unsigned int
133 pn = prop_number_create_integer(cpuspeed);
  /src/sys/arch/mipsco/mipsco/
autoconf.c 73 int cpuspeed = 25; /* approx # instr per usec. */ variable in typeref:typename:int
  /src/sys/arch/newsmips/newsmips/
autoconf.c 79 int cpuspeed = 10; /* approx # instr per usec. */ variable in typeref:typename:int
  /src/sys/arch/evbppc/virtex/
machdep.c 154 static u_int cpuspeed = CPUFREQ * 1000 * 1000; local in function:cpu_startup
160 curcpu()->ci_khz = cpuspeed / 1000;
197 pn = prop_number_create_integer(cpuspeed);
  /src/sys/arch/hp300/stand/common/
autoconf.c 70 int cpuspeed; variable in typeref:typename:int
96 cpuspeed = MHZ_16;
101 cpuspeed = MHZ_25;
104 cpuspeed = MHZ_33;
108 cpuspeed = MHZ_50;
113 cpuspeed = MHZ_25 * 2; /* XXX */
117 cpuspeed = MHZ_33 * 2; /* XXX */
120 cpuspeed = MHZ_50;
  /src/sys/arch/next68k/stand/boot/
boot.c 62 int cpuspeed = MHZ_33; /* assume fastest 33 MHz for sanity */ variable in typeref:typename:int
85 cpuspeed = MHZ_33;
88 cpuspeed = MHZ_25;
  /src/sys/arch/algor/algor/
machdep.c 165 int cpuspeed = 150; /* XXX XXX XXX */ variable in typeref:typename:int
  /src/sys/arch/hpcmips/hpcmips/
machdep.c 153 int cpuspeed = 1; /* approx # instr per usec. */ variable in typeref:typename:int
  /src/sys/compat/common/
kern_info_43.c 142 long cpuspeed; member in struct:bsdi_si
277 ksi.cpuspeed = 40; /* XXX */
  /src/sys/arch/arc/arc/
machdep.c 128 int cpuspeed = 150; /* approx CPU clock [MHz] */ variable in typeref:typename:int
336 cpuspeed = platform->clock;
  /src/sys/arch/cobalt/cobalt/
machdep.c 119 int cpuspeed; variable in typeref:typename:int
244 cpuspeed = 150; /* MHz */
248 cpuspeed = 250; /* MHz */
252 cpuspeed = 250;
255 curcpu()->ci_cpu_freq = cpuspeed * 1000 * 1000;
  /src/sys/arch/emips/emips/
machdep.c 105 int cpuspeed = 30; /* approx # instr per usec. */ variable in typeref:typename:int
  /src/sys/arch/next68k/next68k/
machdep.c 172 * 2048 / cpuspeed (where cpuspeed is in MHz).
175 * 759 / cpuspeed (where cpuspeed is in MHz).
178 int cpuspeed = 33; /* relative cpu speed; XXX skewed on 68040 */ variable in typeref:typename:int
332 cpuspeed = turbo ? 33 : 25;
333 delay_divisor = 759 / cpuspeed;
337 cpuspeed = 25;
338 delay_divisor = 2048 / cpuspeed;
  /src/sys/arch/pmax/pmax/
machdep.c 98 int cpuspeed = 30; /* approx # instr per usec. */ variable in typeref:typename:int
  /src/sys/arch/luna68k/luna68k/
machdep.c 143 * 2048 / cpuspeed (where cpuspeed is in MHz).
146 * 759 / cpuspeed (where cpuspeed is in MHz).
149 int cpuspeed = 25; /* only used for printing later */ variable in typeref:typename:int
377 cpuspeed = 20;
389 cpuspeed = 25;
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 176 * 8192 / cpuspeed (where cpuspeed is in MHz).
178 * On the other boards (mvme162 and up), the cpuspeed is passed
181 int cpuspeed; /* only used for printing later */ variable in typeref:typename:int
319 /* calculate cpuspeed */
320 cpuspeed = 8192 / delay_divisor;
321 cpuspeed *= 100;
359 /* calculate cpuspeed */
360 cpuspeed = get_cpuspeed();
361 if (cpuspeed < 1250 || cpuspeed > 6000)
    [all...]
  /src/sys/arch/luna68k/stand/boot/
init_main.c 87 int cpuspeed; /* for DELAY() macro */ variable in typeref:typename:int
188 cpuspeed = MHZ_25;
193 cpuspeed = MHZ_25 * 2; /* XXX */
  /src/sys/arch/hp300/hp300/
machdep.c 160 * 2048 / cpuspeed (where cpuspeed is in MHz) on 68020
164 int cpuspeed; /* relative CPU speed; XXX skewed on 68040 */ variable in typeref:typename:int
  /src/sys/arch/news68k/news68k/
machdep.c 149 * 2048 / cpuspeed (where cpuspeed is in MHz) on 68020
152 int cpuspeed = 25; /* relative CPU speed; XXX skewed on 68040 */ variable in typeref:typename:int
258 delay_divisor = (20480 / cpuspeed + 5) / 10; /* XXX */
803 cpuspeed = 25;
879 cpuspeed = 25;
  /src/sys/arch/x68k/x68k/
machdep.c 162 * 2048 / cpuspeed (where cpuspeed is in MHz).
165 * 759 / cpuspeed (where cpuspeed is in MHz).
168 * 128 / cpuspeed (where cpuspeed is in MHz).
171 static int cpuspeed; /* MPU clock (in MHz) */ variable in typeref:typename:int
378 * This delay_divisor method cannot get accurate cpuspeed
386 cpuspeed = 759 / delay_divisor;
388 cpuspeed*2, cpuspeed)
    [all...]

Completed in 91 milliseconds