Searched refs:gpll_init_cfg (Results 1 - 10 of 10) sorted by relevance

/u-boot/drivers/clk/rockchip/
H A Dclk_rk3036.c46 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable in typeref:struct:pll_div
96 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg);
H A Dclk_rk322x.c44 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable in typeref:struct:pll_div
98 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg);
H A Dclk_rk3128.c39 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable in typeref:struct:pll_div
157 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg);
H A Dclk_rk3066.c81 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2); variable in typeref:struct:pll_div
423 rk3066_clk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg);
H A Dclk_rk3188.c85 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2); variable in typeref:struct:pll_div
389 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg, has_bwadj);
H A Dclk_rk3368.c58 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 2); variable in typeref:struct:pll_div
146 rkclk_set_pll(cru, GPLL, &gpll_init_cfg);
H A Dclk_rv1108.c46 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable in typeref:struct:pll_div
648 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg);
H A Dclk_rk3288.c147 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2); variable in typeref:struct:pll_div
440 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg);
H A Dclk_rk3328.c41 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 4, 1); variable in typeref:struct:pll_div
296 rkclk_set_pll(cru, CLK_GENERAL, &gpll_init_cfg);
H A Dclk_rk3399.c57 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable in typeref:struct:pll_div
1396 rkclk_set_pll(&cru->gpll_con[0], &gpll_init_cfg);

Completed in 63 milliseconds