Home
last modified time | relevance | path

Searched refs:clk_gate_ops (Results 1 - 25 of 86) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/clk/imx/
H A Dclk-gate-exclusive.c39 return clk_gate_ops.enable(hw); in clk_gate_exclusive_enable()
44 clk_gate_ops.disable(hw); in clk_gate_exclusive_disable()
49 return clk_gate_ops.is_enabled(hw); in clk_gate_exclusive_is_enabled()
H A Dclk-gate2.c53 ret = clk_gate_ops.enable(hw); in clk_gate2_enable()
83 clk_gate_ops.disable(hw); in clk_gate2_disable()
109 return clk_gate_ops.is_enabled(hw); in clk_gate2_is_enabled()
H A Dclk-composite-7ulp.c79 &clk_gate_ops, CLK_SET_RATE_GATE | in imx7ulp_clk_hw_composite()
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-gate-exclusive.c39 return clk_gate_ops.enable(hw); in clk_gate_exclusive_enable()
44 clk_gate_ops.disable(hw); in clk_gate_exclusive_disable()
49 return clk_gate_ops.is_enabled(hw); in clk_gate_exclusive_is_enabled()
H A Dclk-composite-7ulp.c34 ret = clk_gate_ops.enable(hw); in pcc_gate_enable()
54 clk_gate_ops.disable(hw); in pcc_gate_disable()
59 return clk_gate_ops.is_enabled(hw); in pcc_gate_is_enabled()
139 has_swrst ? &pcc_gate_ops : &clk_gate_ops, CLK_SET_RATE_GATE | in imx_ulp_clk_hw_composite()
/kernel/linux/linux-6.6/drivers/clk/socfpga/
H A Dclk-gate-s10.c142 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate()
143 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
200 gateclk_ops.enable = clk_gate_ops.enable; in agilex_register_gate()
201 gateclk_ops.disable = clk_gate_ops.disable; in agilex_register_gate()
H A Dclk-gate-a10.c67 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
68 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
H A Dclk-gate.c166 ops->enable = clk_gate_ops.enable; in socfpga_gate_init()
167 ops->disable = clk_gate_ops.disable; in socfpga_gate_init()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-gate.c119 const struct clk_ops clk_gate_ops = { variable
124 EXPORT_SYMBOL_GPL(clk_gate_ops); variable
152 init.ops = &clk_gate_ops; in __clk_hw_register_gate()
H A Dclk-stm32f4.c600 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled()
612 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable()
615 clk_gate_ops.enable(hw); in stm32f4_pll_enable()
627 clk_gate_ops.disable(hw); in stm32f4_pll_disable()
922 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable()
927 clk_gate_ops.enable(hw); in rgclk_enable()
943 clk_gate_ops.disable(hw); in rgclk_disable()
948 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled()
1000 ret = clk_gate_ops.enable(hw); in cclk_gate_enable()
1011 clk_gate_ops in cclk_gate_disable()
[all...]
H A Dclk-stm32h7.c167 if (clk_gate_ops.is_enabled(hw)) in ready_gate_clk_enable()
170 clk_gate_ops.enable(hw); in ready_gate_clk_enable()
195 if (!clk_gate_ops.is_enabled(hw)) in ready_gate_clk_disable()
198 clk_gate_ops.disable(hw); in ready_gate_clk_disable()
408 gcfg->gate->ops : &clk_gate_ops; in get_cfg_composite_div()
888 if (clk_gate_ops.is_enabled(hw)) in odf_gate_enable()
898 ret = clk_gate_ops.enable(hw); in odf_gate_enable()
911 if (!clk_gate_ops.is_enabled(hw)) in odf_gate_disable()
921 clk_gate_ops.disable(hw); in odf_gate_disable()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-gate.c120 const struct clk_ops clk_gate_ops = { variable
125 EXPORT_SYMBOL_GPL(clk_gate_ops); variable
153 init.ops = &clk_gate_ops; in __clk_hw_register_gate()
H A Dclk-stm32f4.c600 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled()
612 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable()
615 clk_gate_ops.enable(hw); in stm32f4_pll_enable()
627 clk_gate_ops.disable(hw); in stm32f4_pll_disable()
922 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable()
927 clk_gate_ops.enable(hw); in rgclk_enable()
943 clk_gate_ops.disable(hw); in rgclk_disable()
948 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled()
1000 ret = clk_gate_ops.enable(hw); in cclk_gate_enable()
1011 clk_gate_ops in cclk_gate_disable()
[all...]
H A Dclk-stm32h7.c167 if (clk_gate_ops.is_enabled(hw)) in ready_gate_clk_enable()
170 clk_gate_ops.enable(hw); in ready_gate_clk_enable()
195 if (!clk_gate_ops.is_enabled(hw)) in ready_gate_clk_disable()
198 clk_gate_ops.disable(hw); in ready_gate_clk_disable()
408 gcfg->gate->ops : &clk_gate_ops; in get_cfg_composite_div()
887 if (clk_gate_ops.is_enabled(hw)) in odf_gate_enable()
897 ret = clk_gate_ops.enable(hw); in odf_gate_enable()
910 if (!clk_gate_ops.is_enabled(hw)) in odf_gate_disable()
920 clk_gate_ops.disable(hw); in odf_gate_disable()
/kernel/linux/linux-5.10/drivers/clk/socfpga/
H A Dclk-gate-s10.c82 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate()
83 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
H A Dclk-gate-a10.c120 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
121 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
H A Dclk-gate.c204 ops->enable = clk_gate_ops.enable; in socfpga_gate_init()
205 ops->disable = clk_gate_ops.disable; in socfpga_gate_init()
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Drcar-cpg-lib.c165 &rpc->gate.hw, &clk_gate_ops, in cpg_rpc_clk_register()
202 &rpcd2->gate.hw, &clk_gate_ops, in cpg_rpcd2_clk_register()
/kernel/linux/linux-5.10/drivers/clk/st/
H A Dclk-flexgen.c55 clk_gate_ops.enable(pgate_hw); in flexgen_enable()
57 clk_gate_ops.enable(fgate_hw); in flexgen_enable()
71 clk_gate_ops.disable(fgate_hw); in flexgen_disable()
83 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()
/kernel/linux/linux-5.10/drivers/clk/sunxi/
H A Dclk-a10-hosc.c48 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
H A Dclk-sun4i-pll3.c61 &gate->hw, &clk_gate_ops, in sun4i_a10_pll3_setup()
H A Dclk-a20-gmac.c94 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
H A Dclk-a10-mod1.c57 &gate->hw, &clk_gate_ops, CLK_SET_RATE_PARENT); in sun4i_mod1_clk_setup()
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H A Dclk-a10-hosc.c48 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
/kernel/linux/linux-6.6/drivers/clk/st/
H A Dclk-flexgen.c62 clk_gate_ops.enable(pgate_hw); in flexgen_enable()
64 clk_gate_ops.enable(fgate_hw); in flexgen_enable()
78 clk_gate_ops.disable(fgate_hw); in flexgen_disable()
90 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()

Completed in 15 milliseconds

1234