Linux Kernel
3.7.1
|
#include <cpu-freq-core.h>
Data Fields | |
const char * | name |
struct s3c_freq | max |
unsigned int | latency |
unsigned int | locktime_m |
unsigned int | locktime_u |
unsigned char | locktime_bits |
unsigned int | need_pll:1 |
void(* | resume_clocks )(void) |
int(* | get_iotiming )(struct s3c_cpufreq_config *cfg, struct s3c_iotimings *timings) |
void(* | set_iotiming )(struct s3c_cpufreq_config *cfg, struct s3c_iotimings *timings) |
int(* | calc_iotiming )(struct s3c_cpufreq_config *cfg, struct s3c_iotimings *timings) |
int(* | calc_freqtable )(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *t, size_t table_size) |
void(* | debug_io_show )(struct seq_file *seq, struct s3c_cpufreq_config *cfg, union s3c_iobank *iob) |
void(* | set_refresh )(struct s3c_cpufreq_config *cfg) |
void(* | set_fvco )(struct s3c_cpufreq_config *cfg) |
void(* | set_divs )(struct s3c_cpufreq_config *cfg) |
int(* | calc_divs )(struct s3c_cpufreq_config *cfg) |
Definition at line 157 of file cpu-freq-core.h.
int(* calc_divs)(struct s3c_cpufreq_config *cfg) |
Definition at line 193 of file cpu-freq-core.h.
int(* calc_freqtable)(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *t, size_t table_size) |
Definition at line 182 of file cpu-freq-core.h.
int(* calc_iotiming)(struct s3c_cpufreq_config *cfg, struct s3c_iotimings *timings) |
Definition at line 179 of file cpu-freq-core.h.
void(* debug_io_show)(struct seq_file *seq, struct s3c_cpufreq_config *cfg, union s3c_iobank *iob) |
Definition at line 186 of file cpu-freq-core.h.
int(* get_iotiming)(struct s3c_cpufreq_config *cfg, struct s3c_iotimings *timings) |
Definition at line 173 of file cpu-freq-core.h.
unsigned int latency |
Definition at line 161 of file cpu-freq-core.h.
unsigned char locktime_bits |
Definition at line 165 of file cpu-freq-core.h.
unsigned int locktime_m |
Definition at line 163 of file cpu-freq-core.h.
unsigned int locktime_u |
Definition at line 164 of file cpu-freq-core.h.
Definition at line 159 of file cpu-freq-core.h.
Definition at line 158 of file cpu-freq-core.h.
unsigned int need_pll |
Definition at line 167 of file cpu-freq-core.h.
Definition at line 171 of file cpu-freq-core.h.
void(* set_divs)(struct s3c_cpufreq_config *cfg) |
Definition at line 192 of file cpu-freq-core.h.
void(* set_fvco)(struct s3c_cpufreq_config *cfg) |
Definition at line 191 of file cpu-freq-core.h.
void(* set_iotiming)(struct s3c_cpufreq_config *cfg, struct s3c_iotimings *timings) |
Definition at line 176 of file cpu-freq-core.h.
void(* set_refresh)(struct s3c_cpufreq_config *cfg) |
Definition at line 190 of file cpu-freq-core.h.