Home
last modified time | relevance | path

Searched refs:CPLL_HZ (Results 1 – 25 of 30) sorted by relevance

12

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3188.h14 #define CPLL_HZ (384 * 1000000) macro
H A Dcru_rk3066.h14 #define CPLL_HZ (384 * 1000000) macro
H A Dcru_rk3399.h83 #define CPLL_HZ (384*MHz) macro
H A Dcru_rk3128.h17 #define CPLL_HZ (400 * MHz) macro
H A Dcru_rk322x.h15 #define CPLL_HZ (500 * MHz) macro
H A Dcru_rk3328.h76 #define CPLL_HZ (1200 * MHz) macro
H A Dcru_rk3288.h16 #define CPLL_HZ (384 * 1000000) macro
H A Dcru_rv1106.h22 #define CPLL_HZ (1000 * MHz) macro
H A Dcru_rv1126.h22 #define CPLL_HZ (500 * MHz) macro
H A Dcru_rk3528.h17 #define CPLL_HZ (996 * MHz) macro
H A Dcru_rk3562.h19 #define CPLL_HZ (1000 * MHz) macro
H A Dcru_rv1126b.h19 #define CPLL_HZ (1000 * MHz) macro
H A Dcru_rk3588.h17 #define CPLL_HZ (1500 * MHz) macro
H A Dcru_rk3568.h16 #define CPLL_HZ (1000 * MHz) macro
H A Dcru_rk3576.h17 #define CPLL_HZ (1000 * MHz) macro
/rk3399_rockchip-uboot/drivers/clk/rockchip/
H A Dclk_rk3368.c59 #define CPLL_HZ (400 * 1000 * 1000) macro
117 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 6);
346 { .mux = MMC_PLL_SEL_CPLL, .rate = CPLL_HZ }, in rk3368_mmc_find_best_rate_and_parent()
469 pll_rate = CPLL_HZ; in rk3368_gmac_set_clk()
H A Dclk_rv1106.c1280 if (priv->cpll_hz != CPLL_HZ) { in rv1106_clk_init()
1282 CPLL, CPLL_HZ); in rv1106_clk_init()
1284 priv->cpll_hz = CPLL_HZ; in rv1106_clk_init()
1312 priv->cpll_hz = CPLL_HZ; in rv1106_clk_probe()
H A Dclk_rk3328.c291 pll_rate = CPLL_HZ; in rk3328_gmac2phy_src_set_clk()
1305 priv->cru, CPLL, CPLL_HZ); in rkclk_init()
1306 priv->cpll_hz = CPLL_HZ; in rkclk_init()
H A Dclk_rk322x.c997 priv->cru, CPLL, CPLL_HZ); in rkclk_init()
998 priv->cpll_hz = CPLL_HZ; in rkclk_init()
H A Dclk_rv1126.c675 if (CPLL_HZ % rate) { in rv1126_pdbus_set_clk()
2146 if (priv->cpll_hz != CPLL_HZ) { in rv1126_clk_init()
2148 CPLL, CPLL_HZ); in rv1126_clk_init()
2150 priv->cpll_hz = CPLL_HZ; in rv1126_clk_init()
H A Dclk_rk3528.c1942 if (priv->cpll_hz != CPLL_HZ) { in rk3528_clk_init()
1944 CPLL, CPLL_HZ); in rk3528_clk_init()
1946 priv->cpll_hz = CPLL_HZ; in rk3528_clk_init()
H A Dclk_rv1126b.c1846 if (priv->cpll_hz != CPLL_HZ) { in rv1126b_clk_init()
1848 CPLL, CPLL_HZ); in rv1126b_clk_init()
1850 priv->cpll_hz = CPLL_HZ; in rv1126b_clk_init()
H A Dclk_rk3066.c104 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 2);
H A Dclk_rk3562.c1823 if (priv->cpll_hz != CPLL_HZ) { in rk3562_clk_init()
1825 CPLL, CPLL_HZ); in rk3562_clk_init()
1827 priv->cpll_hz = CPLL_HZ; in rk3562_clk_init()
H A Dclk_rk3188.c102 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 2);

12