Searched defs:rockchip_pll_clock (Results 1 – 1 of 1) sorted by relevance
124 struct rockchip_pll_clock { struct125 unsigned int id;126 const char *name;127 const char *const *parent_names;128 u8 num_parents;129 unsigned long flags;130 int con_offset;131 int mode_offset;132 int mode_shift;133 int lock_shift;[all …]