Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/clk/aspeed/
Dclk_ast2500.c56 >> SCU_MPLL_DENUM_SHIFT; in ast2500_get_mpll_rate()
272 .denum = (SCU_MPLL_DENUM_MASK >> SCU_MPLL_DENUM_SHIFT), in ast2500_configure_ddr()
283 | (div_cfg.denum << SCU_MPLL_DENUM_SHIFT); in ast2500_configure_ddr()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-aspeed/
Dscu_ast2500.h17 #define SCU_MPLL_DENUM_SHIFT 0 macro