Home
last modified time | relevance | path

Searched refs:d2_pll_ext_param (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/clk/aspeed/
Dclk_ast2500.c322 const u32 d2_pll_ext_param = 0x2c; in ast2500_configure_d2pll() local
339 writel((d2_pll_ext_param << SCU_D2PLL_EXT1_PARAM_SHIFT) in ast2500_configure_d2pll()
341 | SCU_D2PLL_EXT1_RESET, &scu->d2_pll_ext_param[0]); in ast2500_configure_d2pll()
358 clrbits_le32(&scu->d2_pll_ext_param[0], in ast2500_configure_d2pll()
/external/u-boot/arch/arm/include/asm/arch-aspeed/
Dscu_ast2500.h194 u32 d2_pll_ext_param[3]; member