Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp15.c196 struct stm32mp1_clk_gate { struct
329 #define NB_GATES ARRAY_SIZE(stm32mp1_clk_gate)
331 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
403 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 …]