Lines Matching defs:rockchip_clk_branch
196 struct rockchip_clk_branch { struct
198 enum rockchip_clk_branch_type branch_type; argument
199 const char *name;
200 const char **parent_names;
201 u8 num_parents;
202 unsigned long flags;
203 int muxdiv_offset;
204 u8 mux_shift;
205 u8 mux_width;
206 u8 mux_flags;
207 u8 div_shift;
208 u8 div_width;
209 u8 div_flags;
210 struct clk_div_table *div_table;
211 int gate_offset;
212 u8 gate_shift;
213 u8 gate_flags;