Searched refs:cpu_hz (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/parisc/lib/
H A Ddelay.c70 __cr16_delay(usecs * ((unsigned long)boot_cpu_data.cpu_hz / 1000000UL));
/linux-master/arch/alpha/kernel/
H A Dtime.c295 } cpu_hz[] __initdata = {
325 if (index >= ARRAY_SIZE(cpu_hz))
329 if (cpu_hz[index].max == 0)
332 if (cc < cpu_hz[index].min - deviation
333 || cc > cpu_hz[index].max + deviation)
/linux-master/arch/parisc/kernel/
H A Dprocessor.c239 boot_cpu_data.cpu_hz = 100 * PAGE0->mem_10msec; /* Hz of this PARISC */
405 boot_cpu_data.cpu_hz / 1000000,
406 boot_cpu_data.cpu_hz % 1000000 );
H A Dsetup.c262 boot_cpu_data.cpu_hz / 1000000,
263 boot_cpu_data.cpu_hz % 1000000 );
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h62 unsigned int cpu_hz; member in struct:system_cpuinfo_parisc

Completed in 121 milliseconds