Lines Matching defs:rockchip_pll_clock
274 struct rockchip_pll_clock { struct
275 unsigned int id;
276 const char *name;
277 const char *const *parent_names;
278 u8 num_parents;
279 unsigned long flags;
280 int con_offset;
281 int mode_offset;
282 int mode_shift;
283 int lock_shift;
284 enum rockchip_pll_type type;
285 u8 pll_flags;
286 struct rockchip_pll_rate_table *rate_table;