Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c56 const ulong denum = (mpll_reg & SCU_MPLL_DENUM_MASK) in ast2500_get_mpll_rate()
227 .denum = (SCU_MPLL_DENUM_MASK >> SCU_MPLL_DENUM_SHIFT), in ast2500_configure_ddr()
235 | SCU_MPLL_DENUM_MASK); in ast2500_configure_ddr()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2500.h19 #define SCU_MPLL_DENUM_MASK 0x1f macro