Lines Matching refs:s3c_cpufreq_config
36 static struct s3c_cpufreq_config cpu_cur;
51 struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) in s3c_cpufreq_getconfig()
62 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur()
80 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc()
101 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show()
111 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio()
117 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio()
125 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh()
130 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs()
135 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs()
140 static void s3c_cpufreq_setfvco(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setfvco()
157 struct s3c_cpufreq_config cpu_new; in s3c_cpufreq_settarget()