Lines Matching refs:stm32mp1_clk_pll
497 struct stm32mp1_clk_pll { struct
811 static const struct stm32mp1_clk_pll stm32mp1_clk_pll[_PLL_NB] = { variable
909 static const struct stm32mp1_clk_pll *pll_ref(unsigned int idx) in pll_ref()
911 return &stm32mp1_clk_pll[idx]; in pll_ref()
1032 static unsigned long stm32mp1_pll_get_fref(const struct stm32mp1_clk_pll *pll) in stm32mp1_pll_get_fref()
1046 static unsigned long stm32mp1_pll_get_fvco(const struct stm32mp1_clk_pll *pll) in stm32mp1_pll_get_fvco()
1085 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_read_pll_freq()
1729 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_check_pll_conf()
1797 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_start()
1809 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_output()
1830 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_stop()
1857 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_config_output()
1873 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_config()
1920 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_csg()
2489 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in get_parent_id_parent()