Home
last modified time | relevance | path

Searched refs:to_clk (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/clk/imx/
Dclk.h98 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step))
102 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \
106 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask))
109 to_clk(imx_clk_hw_pfd(name, parent_name, reg, idx))
112 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask))
115 to_clk(imx_clk_hw_fixed(name, rate))
118 to_clk(imx_clk_hw_fixed_factor(name, parent, mult, div))
121 to_clk(imx_clk_hw_divider(name, parent, reg, shift, width))
124 to_clk(imx_clk_hw_divider_flags(name, parent, reg, shift, width, flags))
127 to_clk(imx_clk_hw_gate(name, parent, reg, shift))
[all …]