Lines Matching refs:clk_hw

13 void imx_check_clk_hws(struct clk_hw *clks[], unsigned int count);
23 void imx_unregister_hw_clocks(struct clk_hw *hws[], unsigned int count);
92 struct clk_hw *imx_clk_fracn_gppll(const char *name, const char *parent_name, void __iomem *base,
223 struct clk_hw *imx_dev_clk_hw_pll14xx(struct device *dev, const char *name,
227 struct clk_hw *imx_clk_hw_pllv1(enum imx_pllv1_type type, const char *name,
230 struct clk_hw *imx_clk_hw_pllv2(const char *name, const char *parent,
233 struct clk_hw *imx_clk_hw_frac_pll(const char *name, const char *parent_name,
236 struct clk_hw *imx_clk_hw_sscg_pll(const char *name,
256 struct clk_hw *imx_clk_hw_pllv3(enum imx_pllv3_type type, const char *name,
276 struct clk_hw *imx_clk_hw_pllv4(enum imx_pllv4_type type, const char *name,
279 struct clk_hw *clk_hw_register_gate2(struct device *dev, const char *name,
288 struct clk_hw *imx_obtain_fixed_clock_hw(
291 struct clk_hw *imx_obtain_fixed_clk_hw(struct device_node *np,
294 struct clk_hw *imx_clk_hw_gate_exclusive(const char *name, const char *parent,
297 struct clk_hw *imx_clk_hw_pfd(const char *name, const char *parent_name,
300 struct clk_hw *imx_clk_hw_pfdv2(enum imx_pfdv2_type type, const char *name,
303 struct clk_hw *imx_clk_hw_busy_divider(const char *name, const char *parent_name,
307 struct clk_hw *imx_clk_hw_busy_mux(const char *name, void __iomem *reg, u8 shift,
311 struct clk_hw *imx7ulp_clk_hw_composite(const char *name,
317 struct clk_hw *imx8ulp_clk_hw_composite(const char *name,
323 struct clk_hw *imx_clk_hw_fixup_divider(const char *name, const char *parent,
327 struct clk_hw *imx_clk_hw_fixup_mux(const char *name, void __iomem *reg,
331 static inline struct clk *to_clk(struct clk_hw *hw) in to_clk()
338 static inline struct clk_hw *imx_clk_hw_fixed(const char *name, int rate) in imx_clk_hw_fixed()
343 static inline struct clk_hw *imx_clk_hw_fixed_factor(const char *name, in imx_clk_hw_fixed_factor()
350 static inline struct clk_hw *__imx_clk_hw_divider(const char *name, in __imx_clk_hw_divider()
359 static inline struct clk_hw *__imx_clk_hw_gate(const char *name, const char *parent, in __imx_clk_hw_gate()
368 static inline struct clk_hw *__imx_clk_hw_gate2(const char *name, const char *parent, in __imx_clk_hw_gate2()
377 static inline struct clk_hw *__imx_clk_hw_mux(const char *name, void __iomem *reg, in __imx_clk_hw_mux()
386 struct clk_hw *imx_clk_hw_cpu(const char *name, const char *parent_name,
403 struct clk_hw *__imx8m_clk_hw_composite(const char *name,
444 struct clk_hw *imx93_clk_composite_flags(const char *name,
454 struct clk_hw *imx93_clk_gate(struct device *dev, const char *name, const char *parent_name,
458 struct clk_hw *imx_clk_hw_divider_gate(const char *name, const char *parent_name,