Linux Kernel
3.7.1
|
#include <clk.h>
Data Fields | |
struct clk_hw | hw |
void __iomem * | reg |
u8 | shift |
u8 | width |
u8 | busy |
struct frac_rate_tbl * | rtbl |
u8 | rtbl_cnt |
spinlock_t * | lock |
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.
u8 busy |
Definition at line 35 of file clk-frac.c.
Definition at line 31 of file clk-frac.c.
spinlock_t* lock |
Definition at line 32 of file clk-frac.c.
struct frac_rate_tbl* rtbl |
u8 shift |
Definition at line 33 of file clk-frac.c.
u8 width |
Definition at line 34 of file clk-frac.c.