Searched defs:cpu_hz (Results 1 - 2 of 2) sorted by relevance

/arch/avr32/kernel/
H A Dsetup.c582 unsigned long cpu_hz = clk_get_rate(cpu_clk); local
591 boot_cpu_data.loops_per_jiffy = cpu_hz * 4;
593 ((cpu_hz + 500) / 1000) / 1000,
594 ((cpu_hz + 500) / 1000) % 1000);
/arch/parisc/include/asm/
H A Dprocessor.h71 unsigned int cpu_hz; member in struct:system_cpuinfo_parisc

Completed in 64 milliseconds