Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c68 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()
H A Dclk_ast2400.c361 .denum = (SCU_MPLL_DENUM_MASK >> SCU_MPLL_DENUM_SHIFT), in ast2400_configure_ddr()
369 | SCU_MPLL_DENUM_MASK); in ast2400_configure_ddr()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2400.h16 #define SCU_MPLL_DENUM_MASK 0x1f macro
H A Dscu_ast2500.h19 #define SCU_MPLL_DENUM_MASK 0x1f macro
/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2500.c27 #define SCU_MPLL_FREQ_MASK (SCU_MPLL_DENUM_MASK | SCU_MPLL_NUM_MASK | SCU_MPLL_POST_MASK)