Go to the documentation of this file.
31 #define DEFINE_CLK(clk_bank, clk_name, clk_slot, clk_rate) \
32 static struct clk __clk_##clk_bank##_##clk_slot = { \
34 .clk_ops = &clk_ops##clk_bank, \
39 void __clk_init_enabled(
struct clk *);
40 void __clk_init_disabled(
struct clk *);