Home
last modified time | relevance | path

Searched refs:rockchip_pll_rate_table (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/drivers/clk/rockchip/
H A Dclk_pll.c16 static struct rockchip_pll_rate_table rockchip_auto_table;
109 static struct rockchip_pll_rate_table *
113 struct rockchip_pll_rate_table *rate_table = &rockchip_auto_table; in rockchip_pll_clk_set_by_auto()
192 static struct rockchip_pll_rate_table *
195 struct rockchip_pll_rate_table *rate_table = &rockchip_auto_table; in rockchip_rk3588_pll_frac_by_auto()
227 static struct rockchip_pll_rate_table *
231 struct rockchip_pll_rate_table *rate_table = &rockchip_auto_table; in rk3588_pll_clk_set_by_auto()
271 static const struct rockchip_pll_rate_table *
274 struct rockchip_pll_rate_table *rate_table = pll->rate_table; in rockchip_get_pll_settings()
295 const struct rockchip_pll_rate_table *rate; in rk3036_pll_set_rate()
[all …]
H A Dclk_rk3328.c36 static struct rockchip_pll_rate_table rk3328_pll_rates[] = {
53 static struct rockchip_pll_rate_table rk3328_pll_frac_rates[] = {
H A Dclk_rk3128.c34 static struct rockchip_pll_rate_table rk3128_pll_rates[] = {
H A Dclk_rv1103b.c32 static struct rockchip_pll_rate_table rv1103b_pll_rates[] = {
H A Dclk_rk322x.c33 static struct rockchip_pll_rate_table rk322x_pll_rates[] = {
H A Dclk_rk3576.c25 static struct rockchip_pll_rate_table rk3576_24m_pll_rates[] = {
49 static struct rockchip_pll_rate_table rk3576_26m_pll_rates[] = {
H A Dclk_rk3308.c44 static struct rockchip_pll_rate_table rk3308_pll_rates[] = {
H A Dclk_rk3506.c35 static struct rockchip_pll_rate_table rk3506_pll_rates[] = {
H A Dclk_rk1808.c32 static struct rockchip_pll_rate_table rk1808_pll_rates[] = {
H A Dclk_rv1106.c26 static struct rockchip_pll_rate_table rv1106_pll_rates[] = {
H A Dclk_rk3528.c38 static struct rockchip_pll_rate_table rk3528_pll_rates[] = {
H A Dclk_rv1126b.c31 static struct rockchip_pll_rate_table rv1126b_pll_rates[] = {
H A Dclk_rk3562.c22 static struct rockchip_pll_rate_table rk3562_pll_rates[] = {
H A Dclk_rv1126.c40 static struct rockchip_pll_rate_table rv1126_pll_rates[] = {
H A Dclk_rk3588.c24 static struct rockchip_pll_rate_table rk3588_pll_rates[] = {
H A Dclk_rk3568.c45 static struct rockchip_pll_rate_table rk3568_pll_rates[] = {
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dclock.h89 struct rockchip_pll_rate_table { struct
126 struct rockchip_pll_rate_table *rate_table; argument
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk3308.c78 struct rockchip_pll_rate_table *pll_priv) in pll_set()
113 struct rockchip_pll_rate_table rk3308_pll_div; in rkdclk_init()