Searched refs:to_clk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk.h | 68 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step)) 72 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ 76 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask)) 79 to_clk(imx_clk_hw_pfd(name, parent_name, reg, idx)) 82 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) 85 to_clk(imx_clk_hw_fixed(name, rate)) 88 to_clk(imx_clk_hw_fixed_factor(name, parent, mult, div)) 91 to_clk(imx_clk_hw_divider(name, parent, reg, shift, width)) 94 to_clk(imx_clk_hw_divider2(name, parent, reg, shift, width)) 97 to_clk(imx_clk_hw_divider_flag 245 static inline struct clk *to_clk(struct clk_hw *hw) to_clk() function [all...] |
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk.h | 105 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step)) 109 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ 113 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask)) 116 to_clk(imx_clk_hw_pfd(name, parent_name, reg, idx)) 119 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) 122 to_clk(imx_clk_hw_fixed(name, rate)) 125 to_clk(imx_clk_hw_fixed_factor(name, parent, mult, div)) 128 to_clk(imx_clk_hw_divider(name, parent, reg, shift, width)) 131 to_clk(imx_clk_hw_divider_flags(name, parent, reg, shift, width, flags)) 134 to_clk(imx_clk_hw_gat 337 static inline struct clk *to_clk(struct clk_hw *hw) to_clk() function [all...] |
Completed in 2 milliseconds