Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c362 const u32 d2_pll_ext_param = 0x2c; in ast2500_configure_d2pll() local
373 writel((d2_pll_ext_param << SCU_D2PLL_EXT1_PARAM_SHIFT) in ast2500_configure_d2pll()
375 | SCU_D2PLL_EXT1_RESET, &scu->d2_pll_ext_param[0]); in ast2500_configure_d2pll()
392 clrbits_le32(&scu->d2_pll_ext_param[0], in ast2500_configure_d2pll()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2500.h171 u32 d2_pll_ext_param[3]; member