Lines Matching defs:rockchip_pll_clock
108 struct rockchip_pll_clock { struct
109 unsigned int id;
110 const char *name;
111 const char **parent_names;
112 u8 num_parents;
113 unsigned long flags;
114 int con_offset;
115 int mode_offset;
116 int mode_shift;
117 int lock_shift;
118 enum rockchip_pll_type type;
119 u8 pll_flags;
120 struct rockchip_pll_rate_table *rate_table;