Searched defs:stm32mp1_clk_pll (Results 1 – 1 of 1) sorted by relevance
497 struct stm32mp1_clk_pll { struct498 enum stm32mp1_plltype plltype;499 uint16_t rckxselr;500 uint16_t pllxcfgr1;501 uint16_t pllxcfgr2;502 uint16_t pllxfracr;503 uint16_t pllxcr;504 uint16_t pllxcsgr;505 enum stm32mp_osc_id refclk[REFCLK_SIZE];811 static const struct stm32mp1_clk_pll stm32mp1_clk_pll[_PLL_NB] = { variable