Searched refs:gpll_init_cfg (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3066.c | 103 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2); variable 399 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg, has_bwadj); in rkclk_init()
|
| H A D | clk_rk3188.c | 101 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2); variable 429 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg, has_bwadj); in rkclk_init()
|
| H A D | clk_rk3036.c | 60 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable 117 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg); in rkclk_init()
|
| H A D | clk_rv1108.c | 41 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable 671 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg); in rkclk_init()
|
| H A D | clk_rk3288.c | 220 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 4); variable 600 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg); in rkclk_init()
|
| H A D | clk_rk3368.c | 116 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 2); variable 1277 rkclk_set_pll(cru, GPLL, &gpll_init_cfg); in rkclk_init()
|
| H A D | clk_rk3399.c | 56 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 3, 1); variable 1503 rkclk_set_pll(&cru->gpll_con[0], &gpll_init_cfg); in rkclk_init()
|