Searched defs:clk_regmap_fractional_divider (Results 1 – 1 of 1) sorted by relevance
222 struct clk_regmap_fractional_divider { struct223 struct clk_hw hw;224 struct device *dev;225 struct regmap *regmap;226 u32 reg;227 u8 mshift;228 u8 mwidth;229 u32 mmask;230 u8 nshift;231 u8 nwidth;[all …]