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

/linux-4.1.27/arch/parisc/lib/
H A Ddelay.c71 __cr16_delay(usecs * ((unsigned long)boot_cpu_data.cpu_hz / 1000000UL)); __udelay()
/linux-4.1.27/arch/alpha/kernel/
H A Dtime.c300 } cpu_hz[] __initdata = { validate_cc_value()
330 if (index >= ARRAY_SIZE(cpu_hz)) validate_cc_value()
334 if (cpu_hz[index].max == 0) validate_cc_value()
337 if (cc < cpu_hz[index].min - deviation
338 || cc > cpu_hz[index].max + deviation)
/linux-4.1.27/arch/avr32/kernel/
H A Dsetup.c582 unsigned long cpu_hz = clk_get_rate(cpu_clk); setup_arch() local
591 boot_cpu_data.loops_per_jiffy = cpu_hz * 4; setup_arch()
593 ((cpu_hz + 500) / 1000) / 1000, setup_arch()
594 ((cpu_hz + 500) / 1000) % 1000); setup_arch()
/linux-4.1.27/arch/parisc/kernel/
H A Dprocessor.c246 boot_cpu_data.cpu_hz = 100 * PAGE0->mem_10msec; /* Hz of this PARISC */ collect_boot_cpu_data()
369 boot_cpu_data.cpu_hz / 1000000, for_each_online_cpu()
370 boot_cpu_data.cpu_hz % 1000000 ); for_each_online_cpu()
H A Dsetup.c328 boot_cpu_data.cpu_hz / 1000000, parisc_init()
329 boot_cpu_data.cpu_hz % 1000000 ); parisc_init()
/linux-4.1.27/arch/parisc/include/asm/
H A Dprocessor.h75 unsigned int cpu_hz; member in struct:system_cpuinfo_parisc

Completed in 193 milliseconds