Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32mp21_rcc.h1186 #define RCC_PLLxCFGR3_DACEN BIT(25) macro
H A Dstm32mp25_rcc.h1520 #define RCC_PLLxCFGR3_DACEN BIT(25) macro
/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1434 io_clrbits32(pllxcfgr3, RCC_PLLxCFGR3_DACEN); in clk_stm32_pll_config_output()
1501 io_setbits32(pllxcfgr3, RCC_PLLxCFGR3_DACEN); in clk_stm32_pll_config_csg()
H A Dclk-stm32mp25.c1452 io_clrbits32(pllxcfgr3, RCC_PLLxCFGR3_DACEN); in clk_stm32_pll_config_output()
1519 io_setbits32(pllxcfgr3, RCC_PLLxCFGR3_DACEN); in clk_stm32_pll_config_csg()