Lines Matching refs:clk_hw
50 struct clk_hw hw;
56 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare()
73 static void clk_pll_unprepare(struct clk_hw *hwclk) in clk_pll_unprepare()
83 static int clk_pll_enable(struct clk_hw *hwclk) in clk_pll_enable()
95 static void clk_pll_disable(struct clk_hw *hwclk) in clk_pll_disable()
105 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate()
146 static long clk_pll_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_round_rate()
157 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_set_rate()
205 static unsigned long clk_cpu_periphclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_periphclk_recalc_rate()
217 static unsigned long clk_cpu_a9bclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_a9bclk_recalc_rate()
230 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate()
243 static long clk_periclk_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_periclk_round_rate()
255 static int clk_periclk_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_periclk_set_rate()