Home
last modified time | relevance | path

Searched refs:pll_type (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s32v234/
H A Dclock.h21 enum pll_type { enum
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk3308.c77 void pll_set(u32 pll_type, struct dram_info *priv, in pll_set() argument
81 rk_clrsetreg(&priv->cru->pll[pll_type].con1, PLLPD0_MASK, in pll_set()
83 rk_clrsetreg(&priv->cru->pll[pll_type].con1, in pll_set()
87 rk_clrsetreg(&priv->cru->pll[pll_type].con0, in pll_set()
91 rk_clrsetreg(&priv->cru->pll[pll_type].con1, in pll_set()
96 &priv->cru->pll[pll_type].con2); in pll_set()
98 rk_clrsetreg(&priv->cru->pll[pll_type].con1, PLLPD0_MASK, in pll_set()
102 while (!(readl(&priv->cru->pll[pll_type].con1) & in pll_set()
/rk3399_rockchip-uboot/board/freescale/s32v234evb/
H A Dclock.c18 static int select_pll_source_clk(enum pll_type pll, u32 refclk_freq) in select_pll_source_clk()
82 static int program_pll(enum pll_type pll, u32 refclk_freq, u32 freq0, u32 freq1, in program_pll()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/s32v234/
H A Dgeneric.c83 static uintptr_t decode_pll(enum pll_type pll, u32 refclk_freq, in decode_pll()