Home
last modified time | relevance | path

Searched refs:pll_rate_table (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rv1106.h119 struct pll_rate_table { struct
H A Dcru_rk3528.h105 struct pll_rate_table { struct
H A Dcru_rv1126.h139 struct pll_rate_table { struct
H A Dcru_px30.h115 struct pll_rate_table { struct
H A Dcru_rk3562.h140 struct pll_rate_table { struct
H A Dcru_rk3588.h95 struct pll_rate_table { struct
H A Dcru_rk3568.h112 struct pll_rate_table { struct
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_px30.c60 static struct pll_rate_table px30_pll_rates[] = {
102 static struct pll_rate_table auto_table;
107 static struct pll_rate_table *pll_clk_set_by_auto(u32 drate) in pll_clk_set_by_auto()
109 struct pll_rate_table *rate = &auto_table; in pll_clk_set_by_auto()
173 static const struct pll_rate_table *get_pll_settings(unsigned long rate) in get_pll_settings()
218 const struct pll_rate_table *rate; in rkclk_set_pll()