Searched defs:rockchip_pll_clock (Results 1 – 1 of 1) sorted by relevance
201 struct rockchip_pll_clock { struct202 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;[all …]