Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1435 io_setbits32(pllxcfgr3, RCC_PLLxCFGR3_SSCGDIS); in clk_stm32_pll_config_output()
1449 io_setbits32(pllxcfgr3, RCC_PLLxCFGR3_SSCGDIS); in clk_stm32_pll_config_output()
1495 io_clrbits32(pllxcfgr3, RCC_PLLxCFGR3_SSCGDIS); in clk_stm32_pll_config_csg()
H A Dclk-stm32mp25.c1453 io_setbits32(pllxcfgr3, RCC_PLLxCFGR3_SSCGDIS); in clk_stm32_pll_config_output()
1467 io_setbits32(pllxcfgr3, RCC_PLLxCFGR3_SSCGDIS); in clk_stm32_pll_config_output()
1513 io_clrbits32(pllxcfgr3, RCC_PLLxCFGR3_SSCGDIS); in clk_stm32_pll_config_csg()
/optee_os/core/include/drivers/
H A Dstm32mp21_rcc.h1187 #define RCC_PLLxCFGR3_SSCGDIS BIT(26) macro
H A Dstm32mp25_rcc.h1521 #define RCC_PLLxCFGR3_SSCGDIS BIT(26) macro