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