Go to the documentation of this file.
13 #ifndef __ARCH_ARM_MACH_MSM_CLOCK_7X30_H
14 #define __ARCH_ARM_MACH_MSM_CLOCK_7X30_H
132 #define CLK_7X30(clk_name, clk_id, clk_dev, clk_flags) { \
133 .con_id = clk_name, \
135 .clk = &(struct clk){ \
136 .id = L_7X30_##clk_id, \
137 .remote_id = P_##clk_id, \
138 .flags = clk_flags, \
139 .dbg_name = #clk_id, \
143 #define CLK_7X30S(clk_name, l_id, r_id, clk_dev, clk_flags) { \
144 .con_id = clk_name, \
146 .clk = &(struct clk){ \
147 .id = L_7X30_##l_id, \
148 .remote_id = P_##r_id, \
149 .flags = clk_flags, \
151 .ops = &clk_ops_pcom, \