Searched refs:SCU_MPLL_DENUM_MASK (Results 1 – 5 of 5) sorted by relevance
68 const ulong denum = (mpll_reg & SCU_MPLL_DENUM_MASK) in ast2500_get_mpll_rate()335 .denum = (SCU_MPLL_DENUM_MASK >> SCU_MPLL_DENUM_SHIFT), in ast2500_configure_ddr()343 | SCU_MPLL_DENUM_MASK); in ast2500_configure_ddr()
361 .denum = (SCU_MPLL_DENUM_MASK >> SCU_MPLL_DENUM_SHIFT), in ast2400_configure_ddr()369 | SCU_MPLL_DENUM_MASK); in ast2400_configure_ddr()
16 #define SCU_MPLL_DENUM_MASK 0x1f macro
19 #define SCU_MPLL_DENUM_MASK 0x1f macro
27 #define SCU_MPLL_FREQ_MASK (SCU_MPLL_DENUM_MASK | SCU_MPLL_NUM_MASK | SCU_MPLL_POST_MASK)