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 1294 static inline struct stm32_pll_dt_cfg *clk_stm32_pll_get_pdata(int pll_idx) in clk_stm32_pll_get_pdata() 1318 struct stm32_pll_dt_cfg *pll1 = clk_stm32_pll_get_pdata(_PLL1); in clk_compute_pll1_settings() 1319 struct stm32_pll_dt_cfg *pll2 = clk_stm32_pll_get_pdata(_PLL2); in clk_compute_pll1_settings() 1509 struct stm32_pll_dt_cfg *pll_conf) in _clk_stm32_pll_init() 1550 struct stm32_pll_dt_cfg *pll_conf = clk_stm32_pll_get_pdata(pll_idx); in clk_stm32_pll_init() 1987 static struct stm32_pll_dt_cfg mp13_pll[_PLL_NB]; 2230 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2276 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 1729 static inline struct stm32_pll_dt_cfg *clk_stm32_pll_get_pdata(int pll_idx) in clk_stm32_pll_get_pdata() 1738 struct stm32_pll_dt_cfg *pll_conf) in _clk_stm32_pll1_init() 1791 struct stm32_pll_dt_cfg *pll_conf) in _clk_stm32_pll_init() 1831 struct stm32_pll_dt_cfg *pll_conf = clk_stm32_pll_get_pdata(pll_idx); in clk_stm32_pll_init() 2345 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2400 struct stm32_pll_dt_cfg *pll = pdata->pll + i; in stm32_clk_parse_fdt_all_pll() 2474 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 2169 struct stm32_pll_dt_cfg *pll_conf = &pdata->pll[pll_idx]; in stm32mp1_pll_configure_src() 2182 struct stm32_pll_dt_cfg *pll_conf = pdata->pll; in stm32mp1_clk_init() 2625 struct stm32_pll_dt_cfg mp15_pll[_PLL_NB]; 2671 static int clk_stm32_load_vco_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_vco_config() 2698 static int clk_stm32_load_output_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_output_config() 2713 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2759 struct stm32_pll_dt_cfg *pll = pdata->pll + i; in stm32_clk_parse_fdt_all_pll()
|