Home
last modified time | relevance | path

Searched refs:RCC_PLLxCFGR1_SSMODRST (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/drivers/
H A Dstm32mp21_rcc.h1172 #define RCC_PLLxCFGR1_SSMODRST BIT(0) macro
H A Dstm32mp25_rcc.h1505 #define RCC_PLLxCFGR1_SSMODRST BIT(0) macro
/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1436 io_setbits32(pllxcfgr1, RCC_PLLxCFGR1_SSMODRST); in clk_stm32_pll_config_output()
1596 io_clrbits32(pllxcfgr1, RCC_PLLxCFGR1_SSMODRST); in clk_stm32_pll_init()
H A Dclk-stm32mp25.c1454 io_setbits32(pllxcfgr1, RCC_PLLxCFGR1_SSMODRST); in clk_stm32_pll_config_output()
1600 io_clrbits32(pllxcfgr1, RCC_PLLxCFGR1_SSMODRST); in clk_stm32_pll_init()