Lines Matching defs:stm32mp1_clk_gate
237 struct stm32mp1_clk_gate {
342 #define NB_GATES ARRAY_SIZE(stm32mp1_clk_gate)
347 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = {
640 static const struct stm32mp1_clk_gate *gate_ref(unsigned int idx)
642 return &stm32mp1_clk_gate[idx];
646 static bool gate_is_non_secure(const struct stm32mp1_clk_gate *gate)
1052 static void __clk_enable(struct stm32mp1_clk_gate const *gate)
1065 static void __clk_disable(struct stm32mp1_clk_gate const *gate)
1079 static bool __clk_is_enabled(struct stm32mp1_clk_gate const *gate)
1116 const struct stm32mp1_clk_gate *gate;
1161 const struct stm32mp1_clk_gate *gate;