Home
last modified time | relevance | path

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

/openbmc/linux/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()