Lines Matching defs:rockchip_pll_clock
560 struct rockchip_pll_clock { struct
561 unsigned int id;
562 const char *name;
563 const char *const *parent_names;
564 u8 num_parents;
565 unsigned long flags;
566 int con_offset;
567 int mode_offset;
568 int mode_shift;
569 int lock_shift;
570 enum rockchip_pll_type type;
571 u8 pll_flags;
572 struct rockchip_pll_rate_table *rate_table;