Searched defs:stm32_clk_pll (Results 1 – 2 of 2) sorted by relevance
860 struct stm32_clk_pll { struct861 enum stm32mp1_plltype plltype;862 uint16_t clk_id;863 uint16_t reg_pllxcr;
582 struct stm32_clk_pll { struct593 static const struct stm32_clk_pll stm32mp25_clk_pll[_PLL_NB] = { argument