Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
s3c_cpufreq_config Struct Reference

#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_infoinfo
 
struct s3c_cpufreq_boardboard
 
unsigned int lock_pll:1
 

Detailed Description

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.

Field Documentation

Definition at line 125 of file cpu-freq-core.h.

Definition at line 123 of file cpu-freq-core.h.

Definition at line 120 of file cpu-freq-core.h.

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.


The documentation for this struct was generated from the following file: