Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1467 io_setbits32(pllxcfgr4, RCC_PLLxCFGR4_BYPASS); in clk_stm32_pll_config_output()
1470 io_clrbits32(pllxcfgr4, RCC_PLLxCFGR4_BYPASS); in clk_stm32_pll_config_output()
2208 if ((io_read32(pllxcfgr4) & RCC_PLLxCFGR4_BYPASS) || in clk_stm32_pll_get_rate()
H A Dclk-stm32mp25.c1485 io_setbits32(pllxcfgr4, RCC_PLLxCFGR4_BYPASS); in clk_stm32_pll_config_output()
1488 io_clrbits32(pllxcfgr4, RCC_PLLxCFGR4_BYPASS); in clk_stm32_pll_config_output()
2201 if ((io_read32(pllxcfgr4) & RCC_PLLxCFGR4_BYPASS) || in clk_stm32_pll_get_rate()
/optee_os/core/include/drivers/
H A Dstm32mp21_rcc.h1193 #define RCC_PLLxCFGR4_BYPASS BIT(10) macro
H A Dstm32mp25_rcc.h1526 #define RCC_PLLxCFGR4_BYPASS BIT(10) macro