Home
last modified time | relevance | path

Searched refs:pllxcfgr2 (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/clk/
H A Dclk-stm32mp15.c221 uint16_t pllxcfgr2; member
319 .pllxcfgr2 = (_off3), \
726 cfgr2 = io_read32(stm32_rcc_base() + pll->pllxcfgr2); in stm32mp1_read_pll_freq()
H A Dclk-stm32mp21.c1414 uintptr_t pllxcfgr2 = pllxcfgr1 + RCC_OFFSET_PLLXCFGR2; in clk_stm32_pll_config_output() local
1455 io_clrsetbits32(pllxcfgr2, RCC_PLLxCFGR2_FBDIV_MASK, in clk_stm32_pll_config_output()
1458 io_clrsetbits32(pllxcfgr2, RCC_PLLxCFGR2_FREFDIV_MASK, in clk_stm32_pll_config_output()
2162 uintptr_t pllxcfgr2 = pllxcfgr1 + RCC_OFFSET_PLLXCFGR2; in clk_get_pll_fvco() local
2170 fbdiv = (io_read32(pllxcfgr2) & RCC_PLLxCFGR2_FBDIV_MASK) >> in clk_get_pll_fvco()
2173 refdiv = io_read32(pllxcfgr2) & RCC_PLLxCFGR2_FREFDIV_MASK; in clk_get_pll_fvco()
H A Dclk-stm32mp25.c1432 uintptr_t pllxcfgr2 = pllxcfgr1 + RCC_OFFSET_PLLXCFGR2; in clk_stm32_pll_config_output() local
1473 io_clrsetbits32(pllxcfgr2, RCC_PLLxCFGR2_FBDIV_MASK, in clk_stm32_pll_config_output()
1476 io_clrsetbits32(pllxcfgr2, RCC_PLLxCFGR2_FREFDIV_MASK, in clk_stm32_pll_config_output()
2155 uintptr_t pllxcfgr2 = pllxcfgr1 + RCC_OFFSET_PLLXCFGR2; in clk_get_pll_fvco() local
2163 fbdiv = (io_read32(pllxcfgr2) & RCC_PLLxCFGR2_FBDIV_MASK) >> in clk_get_pll_fvco()
2166 refdiv = io_read32(pllxcfgr2) & RCC_PLLxCFGR2_FREFDIV_MASK; in clk_get_pll_fvco()