Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
A Dclk-stm32mp15.c207 struct stm32mp1_clk_gate { struct
340 #define NB_GATES ARRAY_SIZE(stm32mp1_clk_gate)
342 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
410 DECLARE_KEEP_PAGER(stm32mp1_clk_gate);
587 return &stm32mp1_clk_gate[idx]; in gate_ref()
938 static void __clk_enable(const struct stm32mp1_clk_gate *gate) in __clk_enable()
1297 static struct clk stm32mp1_clk[ARRAY_SIZE(stm32mp1_clk_gate) +
1316 return stm32mp1_clk_gate[gate_index].clock_id; in clk_to_clock_id()
1327 return stm32mp1_clk_gate + gate_index; in clk_to_gate_ref()
1334 for (n = 0; n < ARRAY_SIZE(stm32mp1_clk_gate); n++) in clock_id_to_gate_index()
[all …]

Completed in 6 milliseconds