Home
last modified time | relevance | path

Searched defs:rockchip_pll_rate_table (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dclock.h88 struct rockchip_pll_rate_table { struct
89 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 …]
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk.h512 struct rockchip_pll_rate_table { struct
513 unsigned long rate;
514 union {