Home
last modified time | relevance | path

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

12

/linux/drivers/clk/imx/
A Dclk-composite-7ulp.c36 ret = clk_gate_ops.enable(hw); in pcc_gate_enable()
56 clk_gate_ops.disable(hw); in pcc_gate_disable()
61 return clk_gate_ops.is_enabled(hw); in pcc_gate_is_enabled()
143 has_swrst ? &pcc_gate_ops : &clk_gate_ops, CLK_SET_RATE_GATE | in imx_ulp_clk_hw_composite()
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()
/linux/drivers/clk/socfpga/
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()
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()
A Dclk-gate.c202 ops->enable = clk_gate_ops.enable; in socfpga_gate_init()
203 ops->disable = clk_gate_ops.disable; in socfpga_gate_init()
/linux/drivers/clk/
A Dclk-gate.c119 const struct clk_ops clk_gate_ops = { variable
124 EXPORT_SYMBOL_GPL(clk_gate_ops);
152 init.ops = &clk_gate_ops; in __clk_hw_register_gate()
A Dclk-stm32f4.c604 return clk_gate_ops.is_enabled(hw); in stm32f4_pll_is_enabled()
616 if (clk_gate_ops.is_enabled(hw)) in stm32f4_pll_enable()
619 clk_gate_ops.enable(hw); in stm32f4_pll_enable()
631 clk_gate_ops.disable(hw); in stm32f4_pll_disable()
926 if (clk_gate_ops.is_enabled(hw)) in rgclk_enable()
931 clk_gate_ops.enable(hw); in rgclk_enable()
947 clk_gate_ops.disable(hw); in rgclk_disable()
952 return clk_gate_ops.is_enabled(hw); in rgclk_is_enabled()
1004 ret = clk_gate_ops.enable(hw); in cclk_gate_enable()
1015 clk_gate_ops.disable(hw); in cclk_gate_disable()
[all …]
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()
A Dclk-fsl-sai.c66 &clk_gate_ops, in fsl_sai_clk_probe()
/linux/drivers/clk/st/
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()
/linux/drivers/clk/mmp/
A Dclk-audio.c276 &priv->sysclk_div.hw, &clk_gate_ops, in register_clocks()
297 &priv->sspa0_div.hw, &clk_gate_ops, in register_clocks()
328 &priv->sspa1_div.hw, &clk_gate_ops, in register_clocks()
/linux/drivers/clk/sunxi/
A Dclk-a10-hosc.c48 &gate->hw, &clk_gate_ops, 0); in sun4i_osc_clk_setup()
A Dclk-a20-gmac.c94 &gate->hw, &clk_gate_ops, in sun7i_a20_gmac_clk_setup()
A Dclk-a10-mod1.c57 &gate->hw, &clk_gate_ops, CLK_SET_RATE_PARENT); in sun4i_mod1_clk_setup()
A Dclk-sun4i-pll3.c61 &gate->hw, &clk_gate_ops, in sun4i_a10_pll3_setup()
A Dclk-sun8i-mbus.c80 &gate->hw, &clk_gate_ops, in sun8i_a23_mbus_setup()
A Dclk-a10-ve.c123 &gate->hw, &clk_gate_ops, in sun4i_ve_clk_setup()
A Dclk-a10-pll2.c99 &gate->hw, &clk_gate_ops, in sun4i_pll2_setup()
/linux/drivers/clk/renesas/
A Drcar-cpg-lib.c309 &rpc->gate.hw, &clk_gate_ops, in cpg_rpc_clk_register()
346 &rpcd2->gate.hw, &clk_gate_ops, in cpg_rpcd2_clk_register()
A Drcar-gen2-cpg.c192 &gate->hw, &clk_gate_ops, 0); in cpg_rcan_clk_register()
238 &gate->hw, &clk_gate_ops, 0); in cpg_adsp_clk_register()
/linux/drivers/clk/nxp/
A Dclk-lpc18xx-cgu.c486 return clk_gate_ops.enable(hw); in lpc18xx_cgu_gate_enable()
491 clk_gate_ops.disable(hw); in lpc18xx_cgu_gate_disable()
511 return clk_gate_ops.is_enabled(hw); in lpc18xx_cgu_gate_is_enabled()
/linux/drivers/clk/rockchip/
A Dclk.c81 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch()
229 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch()
342 &gate->hw, &clk_gate_ops, flags); in rockchip_clk_register_factor_branch()
/linux/drivers/mmc/host/
A Dmeson-mx-sdhc-clkc.c81 &clk_gate_ops, hw); in meson_mx_sdhc_gate_clk_hw_register()
/linux/drivers/clk/davinci/
A Dpll.c272 &gate->hw, &clk_gate_ops, flags); in davinci_pll_div_register()
620 &gate->hw, &clk_gate_ops, 0); in davinci_pll_obsclk_register()
727 &gate->hw, &clk_gate_ops, flags); in davinci_pll_sysclk_register()
/linux/drivers/clk/ti/
A Dadpll.c548 return clk_gate_ops.enable(gate_hw); in ti_adpll_clkout_enable()
557 clk_gate_ops.disable(gate_hw); in ti_adpll_clkout_disable()
567 return clk_gate_ops.is_enabled(gate_hw); in ti_adpll_clkout_is_enabled()

Completed in 37 milliseconds

12