Searched defs:mtk_clk_cpumux (Results 1 – 2 of 2) sorted by relevance
10 struct mtk_clk_cpumux { struct11 struct clk_hw hw;12 struct regmap *regmap;13 u32 reg;14 u32 mask;15 u8 shift;
18 struct mtk_clk_cpumux { struct26 static inline struct mtk_clk_cpumux *to_mtk_clk_cpumux(struct clk_hw *_hw) in to_mtk_clk_cpumux() argument