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