Lines Matching defs:rockchip_pll_clock
124 struct rockchip_pll_clock { struct
125 unsigned int id;
126 const char *name;
127 const char *const *parent_names;
128 u8 num_parents;
129 unsigned long flags;
130 int con_offset;
131 int mode_offset;
132 int mode_shift;
133 int lock_shift;
134 enum rockchip_pll_type type;
135 u8 pll_flags;
136 struct rockchip_pll_rate_table *rate_table;