Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/imx/
Dclk-frac-pll.c37 struct clk_frac_pll { struct
42 #define to_clk_frac_pll(_hw) container_of(_hw, struct clk_frac_pll, hw) argument
44 static int clk_wait_lock(struct clk_frac_pll *pll) in clk_wait_lock()
52 static int clk_wait_ack(struct clk_frac_pll *pll) in clk_wait_ack()
67 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_prepare()
79 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_unprepare()
89 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_is_prepared()
99 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_recalc_rate()
158 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_set_rate()
210 struct clk_frac_pll *pll; in imx_clk_hw_frac_pll()