Searched defs:rockchip_pll_rate_table (Results 1 – 2 of 2) sorted by relevance
88 struct rockchip_pll_rate_table { struct89 unsigned long rate;90 unsigned int nr;91 unsigned int nf;92 unsigned int no;93 unsigned int nb;95 unsigned int fbdiv;96 unsigned int postdiv1;97 unsigned int refdiv;98 unsigned int postdiv2;[all …]
512 struct rockchip_pll_rate_table { struct513 unsigned long rate;514 union {