Lines Matching defs:rockchip_pll_clock
201 struct rockchip_pll_clock { struct
202 unsigned int id;
203 const char *name;
204 const char *const *parent_names;
205 u8 num_parents;
206 unsigned long flags;
207 int con_offset;
208 int mode_offset;
209 int mode_shift;
210 int lock_shift;
211 enum rockchip_pll_type type;
212 u8 pll_flags;
213 struct rockchip_pll_rate_table *rate_table;