Searched defs:clk_wzrd_divider (Results 1 – 1 of 1) sorted by relevance
161 struct clk_wzrd_divider { struct162 struct clk_hw hw;163 void __iomem *base;164 u16 offset;165 u8 shift;166 u8 width;167 u8 flags;168 const struct clk_div_table *table;169 u32 m;170 u32 d;[all …]