Lines Matching refs:clk_pll14xx
35 struct clk_pll14xx { struct
43 #define to_clk_pll14xx(_hw) container_of(_hw, struct clk_pll14xx, hw) argument
90 struct clk_pll14xx *pll, unsigned long rate) in imx_get_pll_settings()
105 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_round_rate()
121 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1416x_recalc_rate()
139 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1443x_recalc_rate()
171 static int clk_pll14xx_wait_lock(struct clk_pll14xx *pll) in clk_pll14xx_wait_lock()
182 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1416x_set_rate()
248 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1443x_set_rate()
313 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_prepare()
341 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_is_prepared()
351 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_unprepare()
389 struct clk_pll14xx *pll; in imx_dev_clk_hw_pll14xx()