Home
last modified time | relevance | path

Searched defs:stm32_clk_platdata (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c183 struct stm32_clk_platdata { struct
184 uintptr_t rcc_base;
185 uint32_t nosci;
186 struct stm32_osci_dt_cfg *osci;
187 uint32_t npll;
188 struct stm32_pll_dt_cfg *pll;
189 struct stm32_clk_opp_dt_cfg *opp;
190 struct rif_conf_data conf_data;
191 unsigned int nb_res;
192 uint32_t nbusclk;
[all …]
H A Dclk-stm32mp25.c128 struct stm32_clk_platdata { struct
129 uintptr_t rcc_base;
130 uint32_t nosci;
131 struct stm32_osci_dt_cfg *osci;
132 uint32_t npll;
133 struct stm32_pll_dt_cfg *pll;
134 struct stm32_clk_opp_dt_cfg *opp;
135 struct rif_conf_data conf_data;
136 unsigned int nb_res;
137 uint32_t nbusclk;
[all …]
H A Dclk-stm32mp13.c87 struct stm32_clk_platdata { struct
88 uintptr_t rcc_base;
89 uint32_t nosci;
90 struct stm32_osci_dt_cfg *osci;
91 uint32_t npll;
92 struct stm32_pll_dt_cfg *pll;
93 struct stm32_clk_opp_dt_cfg *opp;
94 uint32_t nclksrc;
95 uint32_t *clksrc;
96 uint32_t nclkdiv;
[all …]