Lines Matching refs:hwclk
55 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare() argument
57 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_prepare()
72 static void clk_pll_unprepare(struct clk_hw *hwclk) in clk_pll_unprepare() argument
74 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_unprepare()
82 static int clk_pll_enable(struct clk_hw *hwclk) in clk_pll_enable() argument
84 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_enable()
94 static void clk_pll_disable(struct clk_hw *hwclk) in clk_pll_disable() argument
96 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_disable()
104 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() argument
107 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_recalc_rate()
145 static long clk_pll_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_round_rate() argument
156 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_set_rate() argument
159 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_set_rate()
204 static unsigned long clk_cpu_periphclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_periphclk_recalc_rate() argument
207 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_cpu_periphclk_recalc_rate()
216 static unsigned long clk_cpu_a9bclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_a9bclk_recalc_rate() argument
219 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_cpu_a9bclk_recalc_rate()
229 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate() argument
232 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_periclk_recalc_rate()
242 static long clk_periclk_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_periclk_round_rate() argument
254 static int clk_periclk_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_periclk_set_rate() argument
257 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_periclk_set_rate()