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

#include <clk.h>

Data Fields

struct clk_hw hw
 
unsigned short regofs
 
void __iomemreg
 
spinlock_tlock
 
int type
 
void __iomembase
 
u8 power
 
unsigned long rate
 
struct clk_vcovco
 
const charparent [1]
 

Detailed Description

struct clk_pll - mxs pll clock : clk_hw for the pll : base address of the pll : the shift of power bit : the clock rate of the pll

The mxs pll is a fixed rate clock with power and gate control, and the shift of gate bit is always 31.

Definition at line 64 of file clk-prima2.c.

Field Documentation

void __iomem* base

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

struct clk_hw hw

Definition at line 65 of file clk-prima2.c.

spinlock_t * lock

Definition at line 48 of file clk-vt8500.c.

const char* parent[1]

Definition at line 105 of file clk.h.

u8 power

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

unsigned long rate

Definition at line 34 of file clk-pll.c.

Definition at line 47 of file clk-vt8500.c.

unsigned short regofs

Definition at line 66 of file clk-prima2.c.

Definition at line 49 of file clk-vt8500.c.

Definition at line 104 of file clk.h.


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