Lines Matching refs:clk_pll14xx
37 struct clk_pll14xx { struct
45 #define to_clk_pll14xx(_hw) container_of(_hw, struct clk_pll14xx, hw) argument
92 struct clk_pll14xx *pll, unsigned long rate) in imx_get_pll_settings()
104 static long pll14xx_calc_rate(struct clk_pll14xx *pll, int mdiv, int pdiv, in pll14xx_calc_rate()
129 static void imx_pll14xx_calc_settings(struct clk_pll14xx *pll, unsigned long rate, in imx_pll14xx_calc_settings()
220 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1416x_round_rate()
236 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1443x_round_rate()
247 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_recalc_rate()
276 static int clk_pll14xx_wait_lock(struct clk_pll14xx *pll) in clk_pll14xx_wait_lock()
287 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1416x_set_rate()
353 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll1443x_set_rate()
416 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_prepare()
444 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_is_prepared()
454 struct clk_pll14xx *pll = to_clk_pll14xx(hw); in clk_pll14xx_unprepare()
492 struct clk_pll14xx *pll; in imx_dev_clk_hw_pll14xx()