Go to the documentation of this file.
70 #define to_s3c_cpufreq(_cf) container_of(_cf, struct s3c_cpufreq_freqs, freqs)
88 #define PLLVAL(_m, _p, _s) (((_m) << 12) | ((_p) << 4) | (_s))
129 #ifdef CONFIG_CPU_FREQ_S3C
130 #define __init_or_cpufreq
132 #define __init_or_cpufreq __init
137 #ifdef CONFIG_CPU_FREQ_S3C