Searched refs:s3c_cpufreq_config (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/arm/plat-s3c24xx/include/plat/ |
D | cpu-freq-core.h | 119 struct s3c_cpufreq_config { struct 173 int (*get_iotiming)(struct s3c_cpufreq_config *cfg, 176 void (*set_iotiming)(struct s3c_cpufreq_config *cfg, 179 int (*calc_iotiming)(struct s3c_cpufreq_config *cfg, 182 int (*calc_freqtable)(struct s3c_cpufreq_config *cfg, 187 struct s3c_cpufreq_config *cfg, 190 void (*set_refresh)(struct s3c_cpufreq_config *cfg); 191 void (*set_fvco)(struct s3c_cpufreq_config *cfg); 192 void (*set_divs)(struct s3c_cpufreq_config *cfg); 193 int (*calc_divs)(struct s3c_cpufreq_config *cfg); [all …]
|
/linux-2.6.39/arch/arm/plat-s3c24xx/ |
D | s3c2412-iotiming.c | 97 static int s3c2412_calc_bank(struct s3c_cpufreq_config *cfg, in s3c2412_calc_bank() 120 struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_debugfs() 144 int s3c2412_iotiming_calc(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_calc() 177 void s3c2412_iotiming_set(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_set() 207 static void s3c2412_iotiming_getbank(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_getbank() 234 int s3c2412_iotiming_get(struct s3c_cpufreq_config *cfg, in s3c2412_iotiming_get() 265 void s3c2412_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setrefresh()
|
D | cpu-freq.c | 39 static struct s3c_cpufreq_config cpu_cur; 54 struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) in s3c_cpufreq_getconfig() 65 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur() 83 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc() 104 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show() 114 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio() 120 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio() 128 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh() 133 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs() 138 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs() [all …]
|
D | s3c2410-iotiming.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()
|
D | cpu-freq-debugfs.c | 40 struct s3c_cpufreq_config *cfg; in board_show() 80 struct s3c_cpufreq_config *cfg; in info_show() 122 void (*show_bank)(struct seq_file *, struct s3c_cpufreq_config *, union s3c_iobank *); in io_show() 123 struct s3c_cpufreq_config *cfg; in io_show()
|
D | s3c2410-cpufreq-utils.c | 32 void s3c2410_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_setrefresh() 61 void s3c2410_set_fvco(struct s3c_cpufreq_config *cfg) in s3c2410_set_fvco()
|
/linux-2.6.39/arch/arm/mach-s3c2412/ |
D | cpu-freq.c | 43 static int s3c2412_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_calcdivs() 118 static void s3c2412_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setdivs() 145 static void s3c2412_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setrefresh()
|
/linux-2.6.39/arch/arm/mach-s3c2440/ |
D | s3c2440-cpufreq.c | 59 int s3c2440_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_calcdivs() 144 static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_setdivs() 227 static int s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, in s3c2440_cpufreq_calctable()
|
/linux-2.6.39/arch/arm/mach-s3c2410/ |
D | cpu-freq.c | 35 static void s3c2410_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_setdivs() 48 static int s3c2410_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_calcdivs()
|