Searched refs:s3c_cpufreq_config (Results 1 – 4 of 4) sorted by relevance
/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq-core.h | 115 struct s3c_cpufreq_config { struct 167 int (*get_iotiming)(struct s3c_cpufreq_config *cfg, 170 void (*set_iotiming)(struct s3c_cpufreq_config *cfg, 173 int (*calc_iotiming)(struct s3c_cpufreq_config *cfg, 176 int (*calc_freqtable)(struct s3c_cpufreq_config *cfg, 181 struct s3c_cpufreq_config *cfg, 184 void (*set_refresh)(struct s3c_cpufreq_config *cfg); 185 void (*set_fvco)(struct s3c_cpufreq_config *cfg); 186 void (*set_divs)(struct s3c_cpufreq_config *cfg); 187 int (*calc_divs)(struct s3c_cpufreq_config *cfg); [all …]
|
/arch/arm/mach-s3c24xx/ |
D | iotiming-s3c2412.c | 91 static int s3c2412_calc_bank(struct s3c_cpufreq_config *cfg, in s3c2412_calc_bank() 114 struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_debugfs() 138 int s3c2412_iotiming_calc(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_calc() 171 void s3c2412_iotiming_set(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_set() 201 static void s3c2412_iotiming_getbank(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_getbank() 228 int s3c2412_iotiming_get(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_get() 257 void s3c2412_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setrefresh()
|
D | cpufreq-utils.c | 29 void s3c2410_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_setrefresh() 58 void s3c2410_set_fvco(struct s3c_cpufreq_config *cfg) in s3c2410_set_fvco()
|
D | iotiming-s3c2410.c | 213 static int s3c2410_calc_bank(struct s3c_cpufreq_config *cfg, in s3c2410_calc_bank() 291 void s3c2410_iotiming_getbank(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_getbank() 311 struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_debugfs() 357 int s3c2410_iotiming_calc(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_calc() 399 void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_set() 431 int s3c2410_iotiming_get(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_get()
|