Searched refs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
478 struct stm32mp1_clk_gate { struct583 #define NB_GATES ARRAY_SIZE(stm32mp1_clk_gate)588 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable892 static const struct stm32mp1_clk_gate *gate_ref(unsigned int idx) in gate_ref()894 return &stm32mp1_clk_gate[idx]; in gate_ref()898 static bool gate_is_non_secure(const struct stm32mp1_clk_gate *gate) in gate_is_non_secure()1304 static void __clk_enable(struct stm32mp1_clk_gate const *gate) in __clk_enable()1317 static void __clk_disable(struct stm32mp1_clk_gate const *gate) in __clk_disable()1331 static bool __clk_is_enabled(struct stm32mp1_clk_gate const *gate) in __clk_is_enabled()1368 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_enable()[all …]