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