Searched defs:rockchip_pll_clock (Results 1 – 1 of 1) sorted by relevance
274 struct rockchip_pll_clock { struct275 unsigned int id;276 const char *name;277 const char *const *parent_names;278 u8 num_parents;279 unsigned long flags;280 int con_offset;281 int mode_offset;282 int mode_shift;283 int lock_shift;[all …]