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