Lines Matching refs:hwclk
79 static int clk_corediv_is_enabled(struct clk_hw *hwclk) in clk_corediv_is_enabled() argument
81 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_is_enabled()
89 static int clk_corediv_enable(struct clk_hw *hwclk) in clk_corediv_enable() argument
91 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_enable()
108 static void clk_corediv_disable(struct clk_hw *hwclk) in clk_corediv_disable() argument
110 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_disable()
125 static unsigned long clk_corediv_recalc_rate(struct clk_hw *hwclk, in clk_corediv_recalc_rate() argument
128 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_recalc_rate()
138 static long clk_corediv_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_round_rate() argument
153 static int clk_corediv_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_set_rate() argument
156 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_set_rate()