Lines Matching refs:hwclk
76 static int clk_corediv_is_enabled(struct clk_hw *hwclk) in clk_corediv_is_enabled() argument
78 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_is_enabled()
86 static int clk_corediv_enable(struct clk_hw *hwclk) in clk_corediv_enable() argument
88 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_enable()
105 static void clk_corediv_disable(struct clk_hw *hwclk) in clk_corediv_disable() argument
107 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_disable()
122 static unsigned long clk_corediv_recalc_rate(struct clk_hw *hwclk, in clk_corediv_recalc_rate() argument
125 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_recalc_rate()
135 static long clk_corediv_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_round_rate() argument
150 static int clk_corediv_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_set_rate() argument
153 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_set_rate()