Lines Matching refs:clk

9 void imx_check_clocks(struct clk *clks[], unsigned int count);
13 struct clk *imx_clk_pllv1(const char *name, const char *parent,
16 struct clk *imx_clk_pllv2(const char *name, const char *parent,
28 struct clk *imx_clk_pllv3(enum imx_pllv3_type type, const char *name,
31 struct clk *clk_register_gate2(struct device *dev, const char *name,
37 struct clk * imx_obtain_fixed_clock(
40 struct clk *imx_clk_gate_exclusive(const char *name, const char *parent,
43 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2()
50 static inline struct clk *imx_clk_gate2_shared(const char *name, in imx_clk_gate2_shared()
58 struct clk *imx_clk_pfd(const char *name, const char *parent_name,
61 struct clk *imx_clk_busy_divider(const char *name, const char *parent_name,
65 struct clk *imx_clk_busy_mux(const char *name, void __iomem *reg, u8 shift,
69 struct clk *imx_clk_fixup_divider(const char *name, const char *parent,
73 struct clk *imx_clk_fixup_mux(const char *name, void __iomem *reg,
77 static inline struct clk *imx_clk_fixed(const char *name, int rate) in imx_clk_fixed()
82 static inline struct clk *imx_clk_divider(const char *name, const char *parent, in imx_clk_divider()
89 static inline struct clk *imx_clk_divider_flags(const char *name, in imx_clk_divider_flags()
97 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate()
104 static inline struct clk *imx_clk_gate_dis(const char *name, const char *parent, in imx_clk_gate_dis()
111 static inline struct clk *imx_clk_mux(const char *name, void __iomem *reg, in imx_clk_mux()
119 static inline struct clk *imx_clk_mux_flags(const char *name, in imx_clk_mux_flags()
128 static inline struct clk *imx_clk_fixed_factor(const char *name, in imx_clk_fixed_factor()
135 struct clk *imx_clk_cpu(const char *name, const char *parent_name,
136 struct clk *div, struct clk *mux, struct clk *pll,
137 struct clk *step);