Searched refs:s3c_cpufreq_config (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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 …]
|
| /Linux-v5.4/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 | 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()
|
| 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()
|
| /Linux-v5.4/drivers/cpufreq/ |
| D | s3c24xx-cpufreq.c | 36 static struct s3c_cpufreq_config cpu_cur; 51 struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) in s3c_cpufreq_getconfig() 62 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur() 80 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc() 101 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show() 111 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio() 117 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio() 125 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh() 130 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs() 135 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs() [all …]
|
| D | s3c24xx-cpufreq-debugfs.c | 38 struct s3c_cpufreq_config *cfg; in board_show() 67 struct s3c_cpufreq_config *cfg; in info_show() 98 void (*show_bank)(struct seq_file *, struct s3c_cpufreq_config *, union s3c_iobank *); in io_show() 99 struct s3c_cpufreq_config *cfg; in io_show()
|
| D | s3c2412-cpufreq.c | 40 static int s3c2412_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_calcdivs() 115 static void s3c2412_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setdivs() 142 static void s3c2412_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setrefresh()
|
| D | s3c2440-cpufreq.c | 54 static int s3c2440_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_calcdivs() 139 static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_setdivs() 222 static int s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, in s3c2440_cpufreq_calctable()
|
| D | s3c2410-cpufreq.c | 30 static void s3c2410_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_setdivs() 43 static int s3c2410_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_calcdivs()
|