Lines Matching refs:s3c_cpufreq_config
39 static struct s3c_cpufreq_config cpu_cur;
54 struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) in s3c_cpufreq_getconfig()
65 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur()
83 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc()
104 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show()
114 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio()
120 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio()
128 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh()
133 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs()
138 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs()
143 static void s3c_cpufreq_setfvco(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setfvco()
164 struct s3c_cpufreq_config cpu_new; in s3c_cpufreq_settarget()