Home
last modified time | relevance | path

Searched refs:SCU_HPLL_DENUM_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2400.h24 #define SCU_HPLL_DENUM_MASK 0x1f macro
H A Dscu_ast2500.h27 #define SCU_HPLL_DENUM_MASK 0x1f macro
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c87 const ulong denum = (hpll_reg & SCU_HPLL_DENUM_MASK) in ast2500_get_hpll_rate()