Searched defs:rockchip_pll_clock (Results 1 – 1 of 1) sorted by relevance
332 struct rockchip_pll_clock { struct333 unsigned int id;334 const char *name;335 const char *const *parent_names;336 u8 num_parents;337 unsigned long flags;338 int con_offset;339 int mode_offset;340 int mode_shift;341 int lock_shift;[all …]