Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c55 const ulong num = (mpll_reg & SCU_MPLL_NUM_MASK) >> SCU_MPLL_NUM_SHIFT; in ast2500_get_mpll_rate()
226 .num = (SCU_MPLL_NUM_MASK >> SCU_MPLL_NUM_SHIFT), in ast2500_configure_ddr()
234 mpll_reg &= ~(SCU_MPLL_POST_MASK | SCU_MPLL_NUM_MASK in ast2500_configure_ddr()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2500.h21 #define SCU_MPLL_NUM_MASK (0xff << SCU_MPLL_NUM_SHIFT) macro