Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32mp21_rcc.h1192 #define RCC_PLLxCFGR4_FOUTPOSTDIVEN BIT(9) macro
H A Dstm32mp25_rcc.h1525 #define RCC_PLLxCFGR4_FOUTPOSTDIVEN BIT(9) macro
/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1468 io_clrbits32(pllxcfgr4, RCC_PLLxCFGR4_FOUTPOSTDIVEN); in clk_stm32_pll_config_output()
1471 io_setbits32(pllxcfgr4, RCC_PLLxCFGR4_FOUTPOSTDIVEN); in clk_stm32_pll_config_output()
H A Dclk-stm32mp25.c1486 io_clrbits32(pllxcfgr4, RCC_PLLxCFGR4_FOUTPOSTDIVEN); in clk_stm32_pll_config_output()
1489 io_setbits32(pllxcfgr4, RCC_PLLxCFGR4_FOUTPOSTDIVEN); in clk_stm32_pll_config_output()