Home
last modified time | relevance | path

Searched defs:stm32_clk_priv (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32-core.h64 struct stm32_clk_priv { struct
65 uintptr_t base;
66 const uint32_t num;
67 const struct clk_stm32 *clks;
68 const struct parent_cfg *parents;
69 const uint32_t nb_parents;
70 const struct gate_cfg *gates;
71 const uint32_t nb_gates;
72 const struct div_cfg *div;
73 const uint32_t nb_div;
[all …]
H A Dstm32mp1_clk.c70 struct stm32_clk_priv { struct
79 static struct stm32_clk_priv *stm32_clock_data; argument