Home
last modified time | relevance | path

Searched refs:rk3128_pll_clks (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3128.c80 static struct rockchip_pll_clock rk3128_pll_clks[] = { variable
108 old_rate = rockchip_pll_get_rate(&rk3128_pll_clks[APLL], in rk3128_armclk_set_clk()
111 if (rockchip_pll_set_rate(&rk3128_pll_clks[APLL], in rk3128_armclk_set_clk()
131 if (rockchip_pll_set_rate(&rk3128_pll_clks[APLL], in rk3128_armclk_set_clk()
136 return rockchip_pll_get_rate(&rk3128_pll_clks[APLL], priv->cru, APLL); in rk3128_armclk_set_clk()
455 rockchip_pll_set_rate(&rk3128_pll_clks[CPLL], in rk3128_vop_set_clk()
490 parent = rockchip_pll_get_rate(&rk3128_pll_clks[CPLL], in rk3128_vop_get_rate()
539 rate = rockchip_pll_get_rate(&rk3128_pll_clks[clk->id - 1], in rk3128_clk_get_rate()
543 rate = rockchip_pll_get_rate(&rk3128_pll_clks[APLL], in rk3128_clk_get_rate()
602 ret = rockchip_pll_set_rate(&rk3128_pll_clks[clk->id - 1], in rk3128_clk_set_rate()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-rk3128.c160 static struct rockchip_pll_clock rk3128_pll_clks[] __initdata = { variable
604 rockchip_clk_register_plls(ctx, rk3128_pll_clks, in rk3128_common_clk_init()
605 ARRAY_SIZE(rk3128_pll_clks), in rk3128_common_clk_init()