Home
last modified time | relevance | path

Searched refs:clk_compute_pll1_settings (Results 1 – 2 of 2) sorted by relevance

/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dclk-stm32mp13.c1315 static int clk_compute_pll1_settings(uint32_t freq_khz) in clk_compute_pll1_settings() function
2350 ret = clk_compute_pll1_settings(PLL1_NOMINAL_FREQ_IN_KHZ); in stm32mp1_clk_init()
Dstm32mp1_clk.c1938 static int clk_compute_pll1_settings(unsigned long input_freq, in clk_compute_pll1_settings() function
2045 return clk_compute_pll1_settings(input_freq, freq_khz, pllcfg, fracv); in clk_get_pll1_settings()