Home
last modified time | relevance | path

Searched refs:clk_gate_ops (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/drivers/clk/imx/
Dclk-gate-exclusive.c42 return clk_gate_ops.enable(hw); in clk_gate_exclusive_enable()
47 clk_gate_ops.disable(hw); in clk_gate_exclusive_disable()
52 return clk_gate_ops.is_enabled(hw); in clk_gate_exclusive_is_enabled()
/Linux-v4.19/drivers/clk/
Dclk-gate.c106 const struct clk_ops clk_gate_ops = { variable
111 EXPORT_SYMBOL_GPL(clk_gate_ops);
147 init.ops = &clk_gate_ops; in clk_hw_register_gate()
Dclk-stm32f4.c532 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled()
544 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable()
547 clk_gate_ops.enable(hw); in stm32f4_pll_enable()
559 clk_gate_ops.disable(hw); in stm32f4_pll_disable()
854 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable()
859 clk_gate_ops.enable(hw); in rgclk_enable()
875 clk_gate_ops.disable(hw); in rgclk_disable()
880 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled()
932 ret = clk_gate_ops.enable(hw); in cclk_gate_enable()
943 clk_gate_ops.disable(hw); in cclk_gate_disable()
[all …]
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()
/Linux-v4.19/drivers/clk/socfpga/
Dclk-pll-a10.c115 clk_pll_ops.enable = clk_gate_ops.enable; in __socfpga_pll_init()
116 clk_pll_ops.disable = clk_gate_ops.disable; in __socfpga_pll_init()
Dclk-pll.c117 clk_pll_ops.enable = clk_gate_ops.enable; in __socfpga_pll_init()
118 clk_pll_ops.disable = clk_gate_ops.disable; in __socfpga_pll_init()
Dclk-gate-s10.c87 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate()
88 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
Dclk-pll-s10.c137 clk_pll_ops.enable = clk_gate_ops.enable; in s10_register_pll()
138 clk_pll_ops.disable = clk_gate_ops.disable; in s10_register_pll()
Dclk-gate-a10.c131 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
132 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
Dclk-gate.c205 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
206 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
/Linux-v4.19/drivers/clk/st/
Dclk-flexgen.c54 clk_gate_ops.enable(pgate_hw); in flexgen_enable()
56 clk_gate_ops.enable(fgate_hw); in flexgen_enable()
70 clk_gate_ops.disable(fgate_hw); in flexgen_disable()
82 if (!clk_gate_ops.is_enabled(fgate_hw)) in flexgen_is_enabled()
/Linux-v4.19/drivers/clk/sunxi/
Dclk-a10-hosc.c57 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
Dclk-a20-gmac.c102 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
Dclk-a10-mod1.c65 &gate->hw, &clk_gate_ops, CLK_SET_RATE_PARENT); in sun4i_mod1_clk_setup()
Dclk-sun4i-pll3.c69 &gate->hw, &clk_gate_ops, in sun4i_a10_pll3_setup()
Dclk-sun8i-mbus.c88 &gate->hw, &clk_gate_ops, in sun8i_a23_mbus_setup()
Dclk-a10-ve.c131 &gate->hw, &clk_gate_ops, in sun4i_ve_clk_setup()
Dclk-a10-pll2.c107 &gate->hw, &clk_gate_ops, in sun4i_pll2_setup()
/Linux-v4.19/drivers/clk/renesas/
Drcar-gen2-cpg.c193 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register()
239 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
Dclk-rcar-gen2.c194 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register()
239 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
/Linux-v4.19/drivers/clk/nxp/
Dclk-lpc18xx-cgu.c485 return clk_gate_ops.enable(hw); in lpc18xx_cgu_gate_enable()
490 clk_gate_ops.disable(hw); in lpc18xx_cgu_gate_disable()
510 return clk_gate_ops.is_enabled(hw); in lpc18xx_cgu_gate_is_enabled()
/Linux-v4.19/drivers/clk/samsung/
Dclk-exynos-clkout.c106 &clk_gate_ops, CLK_SET_RATE_PARENT in exynos_clkout_init()
/Linux-v4.19/drivers/clk/rockchip/
Dclk.c87 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch()
247 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch()
360 &gate->hw, &clk_gate_ops, flags); in rockchip_clk_register_factor_branch()
/Linux-v4.19/drivers/clk/zte/
Dclk.h72 &clk_gate_ops, \
/Linux-v4.19/drivers/clk/ti/
Dadpll.c554 return clk_gate_ops.enable(gate_hw); in ti_adpll_clkout_enable()
563 clk_gate_ops.disable(gate_hw); in ti_adpll_clkout_disable()
573 return clk_gate_ops.is_enabled(gate_hw); in ti_adpll_clkout_is_enabled()

12