Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/st/clk/
Dstm32mp1_clk.c256 struct stm32mp1_clk_pll { struct
559 static const struct stm32mp1_clk_pll stm32mp1_clk_pll[_PLL_NB] = { variable
657 static const struct stm32mp1_clk_pll *pll_ref(unsigned int idx) in pll_ref()
659 return &stm32mp1_clk_pll[idx]; in pll_ref()
780 static unsigned long stm32mp1_pll_get_fref(const struct stm32mp1_clk_pll *pll) in stm32mp1_pll_get_fref()
794 static unsigned long stm32mp1_pll_get_fvco(const struct stm32mp1_clk_pll *pll) in stm32mp1_pll_get_fvco()
833 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_read_pll_freq()
1472 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_check_pll_conf()
1545 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_start()
1557 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_output()
[all …]