Searched refs:s3c_freq (Results 1 – 6 of 6) sorted by relevance
95 if (s3c_freq->is_dvs) in s3c2416_cpufreq_get_speed()125 if (s3c_freq->is_dvs) { in s3c2416_cpufreq_enter_dvs()132 ret = clk_set_parent(s3c_freq->armclk, s3c_freq->hclk); in s3c2416_cpufreq_enter_dvs()140 if (s3c_freq->vddarm) { in s3c2416_cpufreq_enter_dvs()155 s3c_freq->is_dvs = 1; in s3c2416_cpufreq_enter_dvs()167 if (!s3c_freq->is_dvs) { in s3c2416_cpufreq_leave_dvs()173 if (s3c_freq->vddarm) { in s3c2416_cpufreq_leave_dvs()189 if (clk_get_rate(s3c_freq->armdiv) > clk_get_rate(s3c_freq->hclk)) { in s3c2416_cpufreq_leave_dvs()204 ret = clk_set_parent(s3c_freq->armclk, s3c_freq->armdiv); in s3c2416_cpufreq_leave_dvs()211 s3c_freq->is_dvs = 0; in s3c2416_cpufreq_leave_dvs()[all …]
512 static void s3c_cpufreq_freq_min(struct s3c_freq *dst, in s3c_cpufreq_freq_min()513 struct s3c_freq *a, struct s3c_freq *b) in s3c_cpufreq_freq_min()
30 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max()
33 struct s3c_freq { struct62 struct s3c_freq old;63 struct s3c_freq new;123 struct s3c_freq max; /* frequency limits */
118 struct s3c_freq freq;119 struct s3c_freq max;157 struct s3c_freq max;
41 static bool is_dvs(struct s3c_freq *f) in is_dvs()
Completed in 11 milliseconds