Searched refs:cycle_freq (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dtime.c398 unsigned long cycle_freq, tolerance;
422 cycle_freq = hwrpb->cycle_freq;
426 tolerance = cycle_freq / 4000;
427 diff = cycle_freq - est_cycle_freq;
431 cycle_freq = est_cycle_freq;
433 "Estimated %lu Hz\n", cycle_freq);
437 } else if (! validate_cc_value (cycle_freq)) {
445 clocksource_register_hz(&clocksource_rpcc, cycle_freq);
393 unsigned long cycle_freq, tolerance; local
H A Dsetup.c1104 est_cycle_freq ? : hwrpb->cycle_freq,
H A Dcore_cia.c806 hwrpb->cycle_freq = ((cc1 >> 11) * 100000000UL) / 3;
/linux-master/arch/alpha/include/asm/
H A Dhwrpb.h178 unsigned long cycle_freq; /* cycle counter frequency */ member in struct:hwrpb_struct

Completed in 451 milliseconds