Searched defs:gpll_init_cfg (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/clk/rockchip/ |
H A D | clk_rk3036.c | 42 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable
|
H A D | clk_rk322x.c | 39 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable
|
H A D | clk_rk3128.c | 36 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable
|
H A D | clk_rk3188.c | 81 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2); variable
|
H A D | clk_rk3368.c | 53 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 2); variable
|
H A D | clk_rv1108.c | 41 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable
|
H A D | clk_rk3328.c | 37 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 4, 1); variable
|
H A D | clk_rk3288.c | 141 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2); variable
|
H A D | clk_rk3399.c | 50 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); variable
|