Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/
Dclk-stm32h7.c209 static const struct clk_ops ready_gate_clk_ops = { variable
230 init.ops = &ready_gate_clk_ops; in clk_register_ready_gate()
703 return ready_gate_clk_ops.is_enabled(_hw); in pll_is_enabled()
713 return ready_gate_clk_ops.enable(_hw); in pll_enable()
723 ready_gate_clk_ops.disable(_hw); in pll_disable()