Searched +full:stm32h7 +full:- +full:spdifrx (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.08 #include <linux/clk-provider.h>18 #include <dt-bindings/clock/stm32h7-clks.h>139 /* Micro-controller output clock parent */178 bit_status = !(readl(gate->reg) & BIT(rgate->bit_rdy)); in ready_gate_clk_enable()183 } while (bit_status && --timeout); in ready_gate_clk_enable()201 bit_status = !!(readl(gate->reg) & BIT(rgate->bit_rdy)); in ready_gate_clk_disable()206 } while (bit_status && --timeout); in ready_gate_clk_disable()227 return ERR_PTR(-ENOMEM); in clk_register_ready_gate()235 rgate->bit_rdy = bit_rdy; in clk_register_ready_gate()[all …]