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

#include <clk.h>

Data Fields

struct clk_hw hw
 
void __iomemreg
 
u8 shift
 
u8 width
 
u8 busy
 
struct frac_rate_tblrtbl
 
u8 rtbl_cnt
 
spinlock_tlock
 

Detailed Description

struct clk_frac - mxs fractional divider clock : clk_hw for the fractional divider clock : register address : the divider bit shift : the divider bit width : busy bit shift

The clock is an adjustable fractional divider with a busy bit to wait when the divider is adjusted.

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

Field Documentation

u8 busy

Definition at line 35 of file clk-frac.c.

struct clk_hw hw

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

spinlock_t* lock

Definition at line 68 of file clk.h.

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

Definition at line 66 of file clk.h.

u8 rtbl_cnt

Definition at line 67 of file clk.h.

u8 shift

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

u8 width

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


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