Linux Kernel
3.7.1
|
#include <cpu-freq-core.h>
Data Fields | |
struct s3c_freq | freq |
struct s3c_freq | max |
struct cpufreq_frequency_table | pll |
struct s3c_clkdivs | divs |
struct s3c_cpufreq_info * | info |
struct s3c_cpufreq_board * | board |
unsigned int | lock_pll:1 |
struct s3c_cpufreq_config - current cpu frequency configuration : The current settings for the core clocks. : Maxium settings, derived from core, board and user settings. : The PLL table entry for the current PLL settings. : The divisor settings for the core clocks. : The current core driver information. : The information for the board we are running on. : Set if the PLL settings cannot be changed.
This is for the core drivers that need to know information about the current settings and values. It should not be needed by any device drivers.
Definition at line 119 of file cpu-freq-core.h.
Definition at line 125 of file cpu-freq-core.h.
struct s3c_clkdivs divs |
Definition at line 123 of file cpu-freq-core.h.
Definition at line 120 of file cpu-freq-core.h.
struct s3c_cpufreq_info* info |
Definition at line 124 of file cpu-freq-core.h.
unsigned int lock_pll |
Definition at line 127 of file cpu-freq-core.h.
Definition at line 121 of file cpu-freq-core.h.
Definition at line 122 of file cpu-freq-core.h.