Searched defs:rockchip_pll_clock (Results 1 – 1 of 1) sorted by relevance
108 struct rockchip_pll_clock { struct109 unsigned int id;110 const char *name;111 const char **parent_names;112 u8 num_parents;113 unsigned long flags;114 int con_offset;115 int mode_offset;116 int mode_shift;117 int lock_shift;[all …]