Searched refs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
196 struct stm32mp1_clk_gate { struct329 #define NB_GATES ARRAY_SIZE(stm32mp1_clk_gate)331 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable403 DECLARE_KEEP_PAGER(stm32mp1_clk_gate);587 static const struct stm32mp1_clk_gate *gate_ref(unsigned int idx) in gate_ref()589 return &stm32mp1_clk_gate[idx]; in gate_ref()940 static void __clk_enable(const struct stm32mp1_clk_gate *gate) in __clk_enable()953 static void __clk_disable(const struct stm32mp1_clk_gate *gate) in __clk_disable()1157 static struct clk stm32mp1_clk[ARRAY_SIZE(stm32mp1_clk_gate) +1160 #define CLK_ON_INDEX_OFFSET ((int)ARRAY_SIZE(stm32mp1_clk_gate))[all …]