Home
last modified time | relevance | path

Searched refs:s3c_freq (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/cpufreq/
A Ds3c2416-cpufreq.c95 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 …]
A Ds3c24xx-cpufreq.c512 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()
A Ds3c24xx-cpufreq-debugfs.c30 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max()
/linux/include/linux/soc/samsung/
A Ds3c-cpu-freq.h33 struct s3c_freq { struct
62 struct s3c_freq old;
63 struct s3c_freq new;
123 struct s3c_freq max; /* frequency limits */
A Ds3c-cpufreq-core.h118 struct s3c_freq freq;
119 struct s3c_freq max;
157 struct s3c_freq max;
/linux/arch/arm/mach-s3c/
A Dmach-osiris-dvs.c41 static bool is_dvs(struct s3c_freq *f) in is_dvs()

Completed in 11 milliseconds