Lines Matching refs:clk_pll
57 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw)
59 struct clk_pll { struct
74 struct clk_pll *pll = (struct clk_pll *)dev_id; in clk_pll_irq_handler() argument
84 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare()
132 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared()
141 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare()
153 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
161 static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, in clk_pll_get_best_div_mul()
274 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate()
283 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
316 struct clk_pll *pll; in at91_clk_register_pll()