Lines Matching refs:s3c_cpufreq_config
37 static struct s3c_cpufreq_config cpu_cur;
52 struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) in s3c_cpufreq_getconfig()
63 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur()
81 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc()
102 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show()
112 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio()
118 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio()
126 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh()
131 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs()
136 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs()
141 static void s3c_cpufreq_setfvco(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setfvco()
158 struct s3c_cpufreq_config cpu_new; in s3c_cpufreq_settarget()