Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/imx/
Dclk-frac-pll.c36 struct clk_frac_pll { struct
41 #define to_clk_frac_pll(_hw) container_of(_hw, struct clk_frac_pll, hw) argument
43 static int clk_wait_lock(struct clk_frac_pll *pll) in clk_wait_lock()
51 static int clk_wait_ack(struct clk_frac_pll *pll) in clk_wait_ack()
66 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_prepare()
78 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_unprepare()
88 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_is_prepared()
98 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_recalc_rate()
157 struct clk_frac_pll *pll = to_clk_frac_pll(hw); in clk_pll_set_rate()
208 struct clk_frac_pll *pll; in imx_clk_frac_pll()