Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/aspeed/
Dclk_ast2500.c55 const ulong denum = (mpll_reg & SCU_MPLL_DENUM_MASK) in ast2500_get_mpll_rate()
226 .denum = (SCU_MPLL_DENUM_MASK >> SCU_MPLL_DENUM_SHIFT), in ast2500_configure_ddr()
234 | SCU_MPLL_DENUM_MASK); in ast2500_configure_ddr()
/external/u-boot/arch/arm/include/asm/arch-aspeed/
Dscu_ast2500.h18 #define SCU_MPLL_DENUM_MASK 0x1f macro