Lines Matching defs:pll

48 	struct stm32_pll_dt_cfg *pll;  member
736 const struct stm32_clk_pll *pll, in clk_get_pll_fvco()
770 static bool _clk_stm32_pll_is_enabled(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_is_enabled()
777 static void _clk_stm32_pll_set_on(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_on()
784 static void _clk_stm32_pll_set_off(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_off()
793 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_on()
812 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_off()
829 static int _clk_stm32_pll_enable(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_enable()
840 static void _clk_stm32_pll_disable(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_disable()
855 const struct stm32_clk_pll *pll = clk_stm32_pll_data(pll_cfg->pll_id); in clk_stm32_pll_is_enabled() local
864 const struct stm32_clk_pll *pll = clk_stm32_pll_data(pll_cfg->pll_id); in clk_stm32_pll_enable() local
873 const struct stm32_clk_pll *pll = clk_stm32_pll_data(pll_cfg->pll_id); in clk_stm32_pll_disable() local
883 const struct stm32_clk_pll *pll = clk_stm32_pll_data(pll_cfg->pll_id); in clk_stm32_pll_recalc_rate() local
1625 const struct stm32_clk_pll *pll, in clk_stm32_pll_config_output()
1697 const struct stm32_clk_pll *pll, in clk_stm32_pll_config_csg()
1740 const struct stm32_clk_pll *pll = clk_stm32_pll_data(pll_idx); in _clk_stm32_pll1_init() local
1774 const struct stm32_clk_pll *pll) in clk_stm32_pll_wait_mux_ready()
1793 const struct stm32_clk_pll *pll = clk_stm32_pll_data(pll_idx); in _clk_stm32_pll_init() local
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() local