cpufreq_get_hw_max_freq
max_cpu_freq = cpufreq_get_hw_max_freq(cpu) * 1000UL;
max_cpu_freq = cpufreq_get_hw_max_freq(cpu) * 1000UL;
EXPORT_SYMBOL(cpufreq_get_hw_max_freq);
u32 max_freq = (u32)cpufreq_get_hw_max_freq(cpu);
unsigned int cpufreq_get_hw_max_freq(unsigned int cpu);