Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c774 static unsigned long clk_stm32_pll_get_oscillator_rate(unsigned int sel) in clk_stm32_pll_get_oscillator_rate() function
1420 unsigned long refclk = clk_stm32_pll_get_oscillator_rate(sel); in clk_stm32_pll_config_output()
1553 refclk = clk_stm32_pll_get_oscillator_rate(sel); in clk_stm32_pll1_init()
H A Dclk-stm32mp25.c782 static unsigned long clk_stm32_pll_get_oscillator_rate(unsigned int sel) in clk_stm32_pll_get_oscillator_rate() function
1438 unsigned long refclk = clk_stm32_pll_get_oscillator_rate(sel); in clk_stm32_pll_config_output()
1557 refclk = clk_stm32_pll_get_oscillator_rate(sel); in clk_stm32_pll1_init()
H A Dclk-stm32mp13.c1071 static unsigned long clk_stm32_pll_get_oscillator_rate(int sel) in clk_stm32_pll_get_oscillator_rate() function
1089 refclk = clk_stm32_pll_get_oscillator_rate(sel) / (divm + 1U); in clk_stm32_pll_compute_cfgr1()