Home
last modified time | relevance | path

Searched defs:mtk_clk_cpumux (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/mediatek/
Dclk-cpumux.h10 struct mtk_clk_cpumux { struct
11 struct clk_hw hw;
12 struct regmap *regmap;
13 u32 reg;
14 u32 mask;
15 u8 shift;
/kernel/linux/linux-6.6/drivers/clk/mediatek/
Dclk-cpumux.c18 struct mtk_clk_cpumux { struct
26 static inline struct mtk_clk_cpumux *to_mtk_clk_cpumux(struct clk_hw *_hw) in to_mtk_clk_cpumux() argument