Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rv1103b.h115 struct pll_rate_table { struct
H A Dcru_rv1106.h119 struct pll_rate_table { struct
H A Dcru_rk3506.h84 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_rk3528.h105 struct pll_rate_table { struct
H A Dcru_rk3562.h140 struct pll_rate_table { struct
H A Dcru_rv1126b.h144 struct pll_rate_table { struct
H A Dcru_rk3588.h96 struct pll_rate_table { struct
H A Dcru_rk3568.h112 struct pll_rate_table { struct
H A Dcru_rk3576.h98 struct pll_rate_table { struct
/rk3399_rockchip-uboot/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()