Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/
H A 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()
/kernel/linux/linux-6.6/drivers/clk/
H A 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()
702 return ready_gate_clk_ops.is_enabled(_hw); in pll_is_enabled()
712 return ready_gate_clk_ops.enable(_hw); in pll_enable()
722 ready_gate_clk_ops.disable(_hw); in pll_disable()

Completed in 5 milliseconds