Searched defs:rockchip_clk_branch (Results 1 – 1 of 1) sorted by relevance
220 struct rockchip_clk_branch { struct222 enum rockchip_clk_branch_type branch_type; argument223 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;[all …]