Home
last modified time | relevance | path

Searched refs:s3c_cpufreq_config (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/arm/plat-samsung/include/plat/
Dcpu-freq-core.h115 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-v4.19/arch/arm/mach-s3c24xx/
Diotiming-s3c2412.c91 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()
Diotiming-s3c2410.c213 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()
Dcpufreq-utils.c29 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-v4.19/drivers/cpufreq/
Ds3c24xx-cpufreq.c39 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 …]
Ds3c24xx-cpufreq-debugfs.c41 struct s3c_cpufreq_config *cfg; in board_show()
81 struct s3c_cpufreq_config *cfg; in info_show()
123 void (*show_bank)(struct seq_file *, struct s3c_cpufreq_config *, union s3c_iobank *); in io_show()
124 struct s3c_cpufreq_config *cfg; in io_show()
Ds3c2412-cpufreq.c43 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()
Ds3c2440-cpufreq.c57 static int s3c2440_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_calcdivs()
142 static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_setdivs()
225 static int s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, in s3c2440_cpufreq_calctable()
Ds3c2410-cpufreq.c33 static void s3c2410_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_setdivs()
46 static int s3c2410_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2410_cpufreq_calcdivs()