Searched refs:s3c_cpufreq_config (Results 1 – 4 of 4) sorted by relevance
/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq-core.h | 119 struct s3c_cpufreq_config { struct 171 int (*get_iotiming)(struct s3c_cpufreq_config *cfg, 174 void (*set_iotiming)(struct s3c_cpufreq_config *cfg, 177 int (*calc_iotiming)(struct s3c_cpufreq_config *cfg, 180 int (*calc_freqtable)(struct s3c_cpufreq_config *cfg, 185 struct s3c_cpufreq_config *cfg, 188 void (*set_refresh)(struct s3c_cpufreq_config *cfg); 189 void (*set_fvco)(struct s3c_cpufreq_config *cfg); 190 void (*set_divs)(struct s3c_cpufreq_config *cfg); 191 int (*calc_divs)(struct s3c_cpufreq_config *cfg); [all …]
|
/arch/arm/mach-s3c24xx/ |
D | iotiming-s3c2412.c | 95 static int s3c2412_calc_bank(struct s3c_cpufreq_config *cfg, in s3c2412_calc_bank() 118 struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_debugfs() 142 int s3c2412_iotiming_calc(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_calc() 175 void s3c2412_iotiming_set(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_set() 205 static void s3c2412_iotiming_getbank(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_getbank() 232 int s3c2412_iotiming_get(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_get() 263 void s3c2412_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setrefresh()
|
D | cpufreq-utils.c | 33 void s3c2410_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_setrefresh() 62 void s3c2410_set_fvco(struct s3c_cpufreq_config *cfg) in s3c2410_set_fvco()
|
D | iotiming-s3c2410.c | 217 static int s3c2410_calc_bank(struct s3c_cpufreq_config *cfg, in s3c2410_calc_bank() 295 void s3c2410_iotiming_getbank(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_getbank() 315 struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_debugfs() 361 int s3c2410_iotiming_calc(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_calc() 403 void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_set() 435 int s3c2410_iotiming_get(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_get()
|