Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/imx/
Dclk.h105 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_gate(name, parent, reg, shift))
[all …]