Lines Matching defs:rockchip_clk_branch
220 struct rockchip_clk_branch { struct
222 enum rockchip_clk_branch_type branch_type; argument
223 const char *name;
224 const char *const *parent_names;
225 u8 num_parents;
226 unsigned long flags;
227 int muxdiv_offset;
228 u8 mux_shift;
229 u8 mux_width;
230 u8 mux_flags;
231 u8 div_shift;
232 u8 div_width;
233 u8 div_flags;
234 struct clk_div_table *div_table;
235 int gate_offset;
236 u8 gate_shift;
237 u8 gate_flags;