Searched defs:stm32_clk_platdata (Results 1 – 3 of 3) sorted by relevance
183 struct stm32_clk_platdata { struct184 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 …]
128 struct stm32_clk_platdata { struct129 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 …]
87 struct stm32_clk_platdata { struct88 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 …]