Searched refs:stm32_pll_dt_cfg (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32mp13.c | 73 struct stm32_pll_dt_cfg { struct 82 struct stm32_pll_dt_cfg *pll; argument 1411 static inline struct stm32_pll_dt_cfg *clk_stm32_pll_get_pdata(int pll_idx) in clk_stm32_pll_get_pdata() 1435 struct stm32_pll_dt_cfg *pll1 = clk_stm32_pll_get_pdata(_PLL1); in clk_compute_pll1_settings() 1436 struct stm32_pll_dt_cfg *pll2 = clk_stm32_pll_get_pdata(_PLL2); in clk_compute_pll1_settings() 1626 struct stm32_pll_dt_cfg *pll_conf) in _clk_stm32_pll_init() 1667 struct stm32_pll_dt_cfg *pll_conf = clk_stm32_pll_get_pdata(pll_idx); in clk_stm32_pll_init() 2244 static struct stm32_pll_dt_cfg mp13_pll[_PLL_NB]; 2487 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2533 struct stm32_pll_dt_cfg *pll = &pdata->pll[i]; in stm32_clk_parse_fdt_all_pll()
|
| H A D | clk-stm32mp2.c | 34 struct stm32_pll_dt_cfg { struct 48 struct stm32_pll_dt_cfg *pll; argument 1995 static inline struct stm32_pll_dt_cfg *clk_stm32_pll_get_pdata(int pll_idx) in clk_stm32_pll_get_pdata() 2004 struct stm32_pll_dt_cfg *pll_conf) in _clk_stm32_pll1_init() 2057 struct stm32_pll_dt_cfg *pll_conf) in _clk_stm32_pll_init() 2097 struct stm32_pll_dt_cfg *pll_conf = clk_stm32_pll_get_pdata(pll_idx); in clk_stm32_pll_init() 2572 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2627 struct stm32_pll_dt_cfg *pll = pdata->pll + i; in stm32_clk_parse_fdt_all_pll() 2701 static struct stm32_pll_dt_cfg mp2_pll[_PLL_NB];
|
| H A D | stm32mp1_clk.c | 51 struct stm32_pll_dt_cfg { struct 62 struct stm32_pll_dt_cfg *pll; argument 2178 struct stm32_pll_dt_cfg *pll_conf = &pdata->pll[pll_idx]; in stm32mp1_pll_configure_src() 2191 struct stm32_pll_dt_cfg *pll_conf = pdata->pll; in stm32mp1_clk_init() 2634 struct stm32_pll_dt_cfg mp15_pll[_PLL_NB]; 2680 static int clk_stm32_load_vco_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_vco_config() 2707 static int clk_stm32_load_output_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_output_config() 2722 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2768 struct stm32_pll_dt_cfg *pll = pdata->pll + i; in stm32_clk_parse_fdt_all_pll()
|