Home
last modified time | relevance | path

Searched defs:pllreg (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/
H A Dclock.c26 static unsigned long s5pc100_get_pll_clk(int pllreg) in s5pc100_get_pll_clk()
77 static unsigned long s5pc110_get_pll_clk(int pllreg) in s5pc110_get_pll_clk()
298 unsigned long get_pll_clk(int pllreg) in get_pll_clk()
/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dclock.c114 static int exynos_get_pll_clk(int pllreg, unsigned int r, unsigned int k) in exynos_get_pll_clk()
186 static unsigned long exynos4_get_pll_clk(int pllreg) in exynos4_get_pll_clk()
216 static unsigned long exynos4x12_get_pll_clk(int pllreg) in exynos4x12_get_pll_clk()
246 static unsigned long exynos5_get_pll_clk(int pllreg) in exynos5_get_pll_clk()
305 static unsigned long exynos542x_get_pll_clk(int pllreg) in exynos542x_get_pll_clk()
1576 unsigned long get_pll_clk(int pllreg) in get_pll_clk()
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c27 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK()