Lines Matching defs:lgm_clk_ddiv
36 struct lgm_clk_ddiv { struct37 struct clk_hw hw;38 void __iomem *membase;39 unsigned int reg;40 u8 shift0;41 u8 width0;42 u8 shift1;43 u8 width1;44 u8 shift2;45 u8 width2;46 u8 shift_gate;47 u8 width_gate;48 unsigned int mult;49 unsigned int div;50 unsigned long flags;51 spinlock_t lock;