Searched refs:apll_init_cfg (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/clk/rockchip/ |
D | clk_rk3036.c | 41 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); variable 91 rkclk_set_pll(cru, CLK_ARM, &apll_init_cfg); in rkclk_init()
|
D | clk_rk322x.c | 38 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); variable 92 rkclk_set_pll(cru, CLK_ARM, &apll_init_cfg); in rkclk_init()
|
D | clk_rk3128.c | 35 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); variable 153 rkclk_set_pll(cru, CLK_ARM, &apll_init_cfg); in rkclk_init()
|
D | clk_rk3288.c | 139 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 1); variable 456 rkclk_set_pll(cru, CLK_ARM, &apll_init_cfg); in rk3288_clk_configure_cpu()
|