Searched refs:get_proc_freq (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h42 unsigned long (*get_proc_freq)(unsigned int cpu); member in struct:machdep_calls
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c266 * the method ppc_md.get_proc_freq() that reports the clock
270 if (ppc_md.get_proc_freq)
271 proc_freq = ppc_md.get_proc_freq(cpu_id);
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c575 .get_proc_freq = pnv_get_proc_freq,

Completed in 108 milliseconds