Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-aspeed/
Dscu_ast2500.h27 #define SCU_HPLL_NUM_SHIFT 5 macro
28 #define SCU_HPLL_NUM_MASK (0xff << SCU_HPLL_NUM_SHIFT)
/external/u-boot/drivers/clk/aspeed/
Dclk_ast2500.c69 const ulong num = (hpll_reg & SCU_HPLL_NUM_MASK) >> SCU_HPLL_NUM_SHIFT; in ast2500_get_hpll_rate()