Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp15.c217 struct stm32mp1_clk_pll { struct
218 enum stm32mp1_plltype plltype;
219 uint16_t rckxselr;
220 uint16_t pllxcfgr1;
221 uint16_t pllxcfgr2;
222 uint16_t pllxfracr;
223 uint16_t pllxcr;
224 uint16_t pllxcsgr;
225 enum stm32mp_osc_id refclk[REFCLK_SIZE];
495 static const struct stm32mp1_clk_pll stm32mp1_clk_pll[_PLL_NB] = { variable