Lines Matching defs:rockchip_pll_clock
395 struct rockchip_pll_clock { struct
396 unsigned int id;
397 const char *name;
398 const char *const *parent_names;
399 u8 num_parents;
400 unsigned long flags;
401 int con_offset;
402 int mode_offset;
403 int mode_shift;
404 int lock_shift;
405 enum rockchip_pll_type type;
406 u8 pll_flags;
407 struct rockchip_pll_rate_table *rate_table;