Home
last modified time | relevance | path

Searched refs:frq (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/oprofile/
Dop_model_cell.c1123 struct cpufreq_freqs *frq = data; in oprof_cpufreq_notify() local
1124 if ((val == CPUFREQ_PRECHANGE && frq->old < frq->new) || in oprof_cpufreq_notify()
1125 (val == CPUFREQ_POSTCHANGE && frq->old > frq->new) || in oprof_cpufreq_notify()
1127 set_spu_profiling_frequency(frq->new, spu_cycle_reset); in oprof_cpufreq_notify()
/arch/powerpc/platforms/powermac/
Dfeature.c2932 static void dump_HT_speeds(char *name, u32 cfg, u32 frq)
2936 int freq = (frq >> 8) & 0xf;