Linux Kernel
3.7.1
|
#include <clk.h>
Data Fields | |
struct clk_hw | hw |
unsigned short | regofs |
void __iomem * | reg |
spinlock_t * | lock |
int | type |
void __iomem * | base |
u8 | power |
unsigned long | rate |
struct clk_vco * | vco |
const char * | parent [1] |
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.
Definition at line 65 of file clk-prima2.c.
spinlock_t * lock |
Definition at line 48 of file clk-vt8500.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.