Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/soc/samsung/
Ds3c-cpufreq-core.h117 struct s3c_cpufreq_config { struct
169 int (*get_iotiming)(struct s3c_cpufreq_config *cfg,
172 void (*set_iotiming)(struct s3c_cpufreq_config *cfg,
175 int (*calc_iotiming)(struct s3c_cpufreq_config *cfg,
178 int (*calc_freqtable)(struct s3c_cpufreq_config *cfg,
183 struct s3c_cpufreq_config *cfg,
186 void (*set_refresh)(struct s3c_cpufreq_config *cfg);
187 void (*set_fvco)(struct s3c_cpufreq_config *cfg);
188 void (*set_divs)(struct s3c_cpufreq_config *cfg);
189 int (*calc_divs)(struct s3c_cpufreq_config *cfg);
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
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 static 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-s3c24xx.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()
/kernel/linux/linux-5.10/drivers/cpufreq/
Ds3c24xx-cpufreq.c32 static struct s3c_cpufreq_config cpu_cur;
47 struct s3c_cpufreq_config *s3c_cpufreq_getconfig(void) in s3c_cpufreq_getconfig()
58 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur()
76 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc()
97 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show()
107 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio()
113 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio()
121 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh()
126 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs()
131 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs()
[all …]
Ds3c24xx-cpufreq-debugfs.c38 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()
Ds3c2440-cpufreq.c67 static int s3c2440_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_calcdivs()
152 static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2440_cpufreq_setdivs()
235 static int s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, in s3c2440_cpufreq_calctable()
Ds3c2410-cpufreq.c30 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()
Ds3c2412-cpufreq.c49 static int s3c2412_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_calcdivs()
124 static void s3c2412_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c2412_cpufreq_setdivs()