Searched defs:apll_init_cfg (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/clk/rockchip/ |
H A D | clk_rk3036.c | 41 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); variable
|
H A D | clk_rk322x.c | 38 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); variable
|
H A D | clk_rk3128.c | 35 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); variable
|
H A D | clk_rv1108.c | 40 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); variable
|
H A D | clk_rk3288.c | 140 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 1); variable
|