Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2400.h27 #define SCU_HPLL_POST_SHIFT 13 macro
28 #define SCU_HPLL_POST_MASK (0x3f << SCU_HPLL_POST_SHIFT)
H A Dscu_ast2500.h30 #define SCU_HPLL_POST_SHIFT 13 macro
31 #define SCU_HPLL_POST_MASK (0x3f << SCU_HPLL_POST_SHIFT)
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c90 >> SCU_HPLL_POST_SHIFT; in ast2500_get_hpll_rate()