Searched refs:SCU_MPLL_DENUM_MASK (Results 1 – 2 of 2) sorted by relevance
56 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()
19 #define SCU_MPLL_DENUM_MASK 0x1f macro