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

#include <cpu-freq.h>

Data Fields

int p_divisor
 
int h_divisor
 
int arm_divisor
 
unsigned char dvs
 

Detailed Description

struct s3c_clkdivs - clock divisor information : Divisor from FCLK to PCLK. : Divisor from FCLK to HCLK. : Divisor from FCLK to ARMCLK (not all CPUs). : Non-zero if using DVS mode for ARMCLK.

Divisor settings for the core clocks.

Definition at line 81 of file cpu-freq.h.

Field Documentation

int arm_divisor

Definition at line 84 of file cpu-freq.h.

unsigned char dvs

Definition at line 85 of file cpu-freq.h.

int h_divisor

Definition at line 83 of file cpu-freq.h.

int p_divisor

Definition at line 82 of file cpu-freq.h.


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