Linux Kernel
3.7.1
|
Data Fields | |
struct clk_hw | hw |
bool | hw_ctrld |
bool | reset |
void __iomem * | res_reg |
u8 | res_bit |
void __iomem * | en_reg |
u8 | en_bit |
u16 | clk_val |
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.
u16 clk_val |
Definition at line 99 of file clk-u300.c.
u8 en_bit |
Definition at line 98 of file clk-u300.c.
Definition at line 97 of file clk-u300.c.
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.
Definition at line 95 of file clk-u300.c.
bool reset |
Definition at line 94 of file clk-u300.c.