Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32-core.h163 extern const struct clk_ops clk_stm32_gate_ready_ops;
232 .ops = &clk_stm32_gate_ready_ops,\
H A Dclk-stm32-core.c408 const struct clk_ops clk_stm32_gate_ready_ops = { variable
H A Dclk-stm32mp21.c1974 return clk_stm32_gate_ready_ops.enable(clk); in clk_stm32_osc_enable()
1982 clk_stm32_gate_ready_ops.disable(clk); in clk_stm32_osc_disable()
H A Dclk-stm32mp25.c1977 return clk_stm32_gate_ready_ops.enable(clk); in clk_stm32_osc_enable()
1982 clk_stm32_gate_ready_ops.disable(clk); in clk_stm32_osc_disable()