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

Data Fields

struct clk_hw hw
 
bool hw_ctrld
 
bool reset
 
void __iomemres_reg
 
u8 res_bit
 
void __iomemen_reg
 
u8 en_bit
 
u16 clk_val
 

Detailed Description

struct clk_syscon - U300 syscon clock : corresponding clock hardware entry : whether this clock is hardware controlled (for refcount etc) and does not need any magic pokes to be enabled/disabled : state holder, whether this block's reset line is asserted or not : reset line enable/disable flag register : bit for resetting or taking this consumer out of reset : clock line enable/disable flag register : bit for enabling/disabling this consumer clock line : magic value to poke in the register to enable/disable this one clock

Definition at line 91 of file clk-u300.c.

Field Documentation

u16 clk_val

Definition at line 99 of file clk-u300.c.

u8 en_bit

Definition at line 98 of file clk-u300.c.

void __iomem* en_reg

Definition at line 97 of file clk-u300.c.

struct clk_hw hw

Definition at line 92 of file clk-u300.c.

bool hw_ctrld

Definition at line 93 of file clk-u300.c.

u8 res_bit

Definition at line 96 of file clk-u300.c.

void __iomem* res_reg

Definition at line 95 of file clk-u300.c.

bool reset

Definition at line 94 of file clk-u300.c.


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