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

Data Fields

struct clk_hw hw
 
void __iomemreg
 
u8 idx
 

Detailed Description

struct clk_ref - mxs reference clock : clk_hw for the reference clock : register address : the index of the reference clock within the same register

The mxs reference clock sources from pll. Every 4 reference clocks share one register space, and is used to identify them. Each reference clock has a gate control and a fractional * divider. The rate is calculated as pll rate * (18 / FRAC), where FRAC = 18 ~ 35.

Definition at line 30 of file clk-ref.c.

Field Documentation

struct clk_hw hw

Definition at line 31 of file clk-ref.c.

u8 idx

Definition at line 33 of file clk-ref.c.

Definition at line 32 of file clk-ref.c.


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