Lines Matching refs:hwclk
44 static int clk_pll_prepare(struct clk_hw *hwclk)
46 struct hb_clk *hbclk = to_hb_clk(hwclk);
61 static void clk_pll_unprepare(struct clk_hw *hwclk)
63 struct hb_clk *hbclk = to_hb_clk(hwclk);
71 static int clk_pll_enable(struct clk_hw *hwclk)
73 struct hb_clk *hbclk = to_hb_clk(hwclk);
83 static void clk_pll_disable(struct clk_hw *hwclk)
85 struct hb_clk *hbclk = to_hb_clk(hwclk);
93 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk,
96 struct hb_clk *hbclk = to_hb_clk(hwclk);
134 static long clk_pll_round_rate(struct clk_hw *hwclk, unsigned long rate,
145 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate,
148 struct hb_clk *hbclk = to_hb_clk(hwclk);
193 static unsigned long clk_cpu_periphclk_recalc_rate(struct clk_hw *hwclk,
196 struct hb_clk *hbclk = to_hb_clk(hwclk);
205 static unsigned long clk_cpu_a9bclk_recalc_rate(struct clk_hw *hwclk,
208 struct hb_clk *hbclk = to_hb_clk(hwclk);
218 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk,
221 struct hb_clk *hbclk = to_hb_clk(hwclk);
231 static long clk_periclk_round_rate(struct clk_hw *hwclk, unsigned long rate,
243 static int clk_periclk_set_rate(struct clk_hw *hwclk, unsigned long rate,
246 struct hb_clk *hbclk = to_hb_clk(hwclk);