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

Data Fields

struct clk_divider divider
 
struct clk_opsops
 
void __iomemreg
 
u8 busy
 

Detailed Description

struct clk_div - mxs integer divider clock : the parent class : pointer to clk_ops of parent class : register address : busy bit shift

The mxs divider clock is a subclass of basic clk_divider with an addtional busy bit.

Definition at line 28 of file clk-div.c.

Field Documentation

u8 busy

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

struct clk_divider divider

Definition at line 29 of file clk-div.c.

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

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


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