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;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;[all …]
Completed in 11 milliseconds