Searched refs:SCU_MPLL_NUM_MASK (Results 1 – 5 of 5) sorted by relevance
67 const ulong num = (mpll_reg & SCU_MPLL_NUM_MASK) >> SCU_MPLL_NUM_SHIFT; in ast2500_get_mpll_rate()334 .num = (SCU_MPLL_NUM_MASK >> SCU_MPLL_NUM_SHIFT), in ast2500_configure_ddr()342 mpll_reg &= ~(SCU_MPLL_POST_MASK | SCU_MPLL_NUM_MASK in ast2500_configure_ddr()
360 .num = (SCU_MPLL_NUM_MASK >> SCU_MPLL_NUM_SHIFT), in ast2400_configure_ddr()368 mpll_reg &= ~(SCU_MPLL_POST_MASK | SCU_MPLL_NUM_MASK in ast2400_configure_ddr()
18 #define SCU_MPLL_NUM_MASK (0xff << SCU_MPLL_NUM_SHIFT) macro
21 #define SCU_MPLL_NUM_MASK (0xff << SCU_MPLL_NUM_SHIFT) macro
27 #define SCU_MPLL_FREQ_MASK (SCU_MPLL_DENUM_MASK | SCU_MPLL_NUM_MASK | SCU_MPLL_POST_MASK)