Searched refs:APLL_HZ (Results 1 – 14 of 14) 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); 99 aclk_div = APLL_HZ / CORE_ACLK_HZ - 1; in rkclk_init() 100 assert((aclk_div + 1) * CORE_ACLK_HZ == APLL_HZ && aclk_div < 0x7); in rkclk_init() 102 pclk_div = APLL_HZ / CORE_PERI_HZ - 1; in rkclk_init() 103 assert((pclk_div + 1) * CORE_PERI_HZ == APLL_HZ && pclk_div < 0xf); in rkclk_init()
|
H A D | clk_rk322x.c | 38 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); 100 aclk_div = APLL_HZ / CORE_ACLK_HZ - 1; in rkclk_init() 101 assert((aclk_div + 1) * CORE_ACLK_HZ == APLL_HZ && aclk_div < 0x7); in rkclk_init() 103 pclk_div = APLL_HZ / CORE_PERI_HZ - 1; in rkclk_init() 104 assert((pclk_div + 1) * CORE_PERI_HZ == APLL_HZ && pclk_div < 0xf); in rkclk_init()
|
H A D | clk_rk3128.c | 35 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1); 161 aclk_div = APLL_HZ / CORE_ACLK_HZ - 1; in rkclk_init() 162 assert((aclk_div + 1) * CORE_ACLK_HZ == APLL_HZ && aclk_div < 0x7); in rkclk_init() 164 pclk_div = APLL_HZ / CORE_PERI_HZ - 1; in rkclk_init() 165 assert((pclk_div + 1) * CORE_PERI_HZ == APLL_HZ && pclk_div < 0xf); in rkclk_init()
|
H A D | clk_rk3328.c | 313 clk_core_div = APLL_HZ / CLK_CORE_HZ - 1; in rk3328_configure_cpu() 314 aclkm_div = APLL_HZ / ACLKM_CORE_HZ / (clk_core_div + 1) - 1; in rk3328_configure_cpu() 315 pclk_dbg_div = APLL_HZ / PCLK_DBG_HZ / (clk_core_div + 1) - 1; in rk3328_configure_cpu()
|
H A D | clk_rk3188.c | 187 case APLL_HZ: in rkclk_configure_cpu()
|
H A D | clk_rv1108.c | 40 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1);
|
H A D | clk_rk3288.c | 140 static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 1);
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | cru_rk3328.h | 50 #define APLL_HZ (600 * MHz) macro
|
H A D | cru_rk3188.h | 10 #define APLL_HZ (1608 * 1000000) macro
|
H A D | cru_rk3036.h | 12 #define APLL_HZ (600 * 1000000) macro
|
H A D | cru_rk322x.h | 13 #define APLL_HZ (600 * MHz) macro
|
H A D | cru_rk3128.h | 14 #define APLL_HZ (600 * MHz) macro
|
H A D | cru_rk3288.h | 13 #define APLL_HZ (1800 * 1000000) macro
|
H A D | cru_rv1108.h | 13 #define APLL_HZ (600 * 1000000) macro
|