Lines Matching refs:hwclk
80 static int clk_corediv_is_enabled(struct clk_hw *hwclk) in clk_corediv_is_enabled() argument
82 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_is_enabled()
90 static int clk_corediv_enable(struct clk_hw *hwclk) in clk_corediv_enable() argument
92 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_enable()
109 static void clk_corediv_disable(struct clk_hw *hwclk) in clk_corediv_disable() argument
111 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_disable()
126 static unsigned long clk_corediv_recalc_rate(struct clk_hw *hwclk, in clk_corediv_recalc_rate() argument
129 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_recalc_rate()
139 static long clk_corediv_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_round_rate() argument
154 static int clk_corediv_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_set_rate() argument
157 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_set_rate()