Searched refs:CPLL_HZ (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/clk/rockchip/ |
D | clk_rk3368.c | 39 #define CPLL_HZ (400 * 1000 * 1000) macro 54 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 6); 210 { .mux = MMC_PLL_SEL_CPLL, .rate = CPLL_HZ }, in rk3368_mmc_find_best_rate_and_parent() 333 pll_rate = CPLL_HZ; in rk3368_gmac_set_clk()
|
D | clk_rk3288.c | 141 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 2); 318 pll_rate = CPLL_HZ; in rockchip_mac_set_clk() 794 div = CPLL_HZ / rate; in rk3288_clk_set_rate() 795 assert((div - 1 < 64) && (div * rate == CPLL_HZ)); in rk3288_clk_set_rate()
|
D | clk_rk3328.c | 38 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 2, 2, 1); 425 pll_rate = CPLL_HZ; in rk3328_gmac2io_set_clk()
|
D | clk_rk3399.c | 51 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 2, 2); 638 div = CPLL_HZ / aclk_vop; in rk3399_vop_set_clk()
|
D | clk_rk3188.c | 82 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 2);
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | cru_rk3328.h | 52 #define CPLL_HZ (594 * MHz) macro
|
D | cru_rk3188.h | 13 #define CPLL_HZ (384 * 1000000) macro
|
D | cru_rk3399.h | 74 #define CPLL_HZ (384*MHz) macro
|
D | cru_rk3288.h | 15 #define CPLL_HZ (384 * 1000000) macro
|