Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dtime.c295 } cpu_hz[] __initdata = { in validate_cc_value()
325 if (index >= ARRAY_SIZE(cpu_hz)) in validate_cc_value()
329 if (cpu_hz[index].max == 0) in validate_cc_value()
332 if (cc < cpu_hz[index].min - deviation in validate_cc_value()
333 || cc > cpu_hz[index].max + deviation)
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dtime.c295 } cpu_hz[] __initdata = { in validate_cc_value()
325 if (index >= ARRAY_SIZE(cpu_hz)) in validate_cc_value()
329 if (cpu_hz[index].max == 0) in validate_cc_value()
332 if (cc < cpu_hz[index].min - deviation in validate_cc_value()
333 || cc > cpu_hz[index].max + deviation)
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dprocessor.c237 boot_cpu_data.cpu_hz = 100 * PAGE0->mem_10msec; /* Hz of this PARISC */ in collect_boot_cpu_data()
398 boot_cpu_data.cpu_hz / 1000000, in show_cpuinfo()
399 boot_cpu_data.cpu_hz % 1000000 ); in show_cpuinfo()
H A Dsetup.c325 boot_cpu_data.cpu_hz / 1000000, in parisc_init()
326 boot_cpu_data.cpu_hz % 1000000 ); in parisc_init()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dprocessor.c239 boot_cpu_data.cpu_hz = 100 * PAGE0->mem_10msec; /* Hz of this PARISC */ in collect_boot_cpu_data()
405 boot_cpu_data.cpu_hz / 1000000, in show_cpuinfo()
406 boot_cpu_data.cpu_hz % 1000000 ); in show_cpuinfo()
H A Dsetup.c265 boot_cpu_data.cpu_hz / 1000000, in parisc_init()
266 boot_cpu_data.cpu_hz % 1000000 ); in parisc_init()
/kernel/linux/linux-5.10/arch/parisc/lib/
H A Ddelay.c70 __cr16_delay(usecs * ((unsigned long)boot_cpu_data.cpu_hz / 1000000UL)); in __udelay()
/kernel/linux/linux-6.6/arch/parisc/lib/
H A Ddelay.c70 __cr16_delay(usecs * ((unsigned long)boot_cpu_data.cpu_hz / 1000000UL)); in __udelay()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dprocessor.h65 unsigned int cpu_hz; member
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dprocessor.h62 unsigned int cpu_hz; member

Completed in 5 milliseconds