Lines Matching defs:rockchip_pll_clock
313 struct rockchip_pll_clock { struct
314 unsigned int id;
315 const char *name;
316 const char *const *parent_names;
317 u8 num_parents;
318 unsigned long flags;
319 int con_offset;
320 int mode_offset;
321 int mode_shift;
322 int lock_shift;
323 enum rockchip_pll_type type;
324 u8 pll_flags;
325 struct rockchip_pll_rate_table *rate_table;