Searched defs:stm32_clk_platdata (Results 1 – 3 of 3) sorted by relevance
43 struct stm32_clk_platdata { struct44 uintptr_t rcc_base;45 uint32_t nosci;46 struct stm32_osci_dt_cfg *osci;47 uint32_t npll;48 struct stm32_pll_dt_cfg *pll;49 uint32_t nflexgen;50 uint32_t *flexgen;51 uint32_t nbusclk;52 uint32_t *busclk;[all …]
78 struct stm32_clk_platdata { struct79 uint32_t nosci;80 struct stm32_osci_dt_cfg *osci;81 uint32_t npll;82 struct stm32_pll_dt_cfg *pll;83 uint32_t nclksrc;84 uint32_t *clksrc;85 uint32_t nclkdiv;86 uint32_t *clkdiv;
60 struct stm32_clk_platdata { struct61 uint32_t npll;62 struct stm32_pll_dt_cfg *pll;63 uint32_t nclksrc;64 uint32_t *clksrc;65 uint32_t nclkdiv;66 uint32_t *clkdiv;67 bool lse_css;