Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2400.h92 #define SCU_D2PLL_POST_SHIFT 13 macro
93 #define SCU_D2PLL_POST_MASK (0x3f << SCU_D2PLL_POST_SHIFT)
H A Dscu_ast2500.h95 #define SCU_D2PLL_POST_SHIFT 13 macro
96 #define SCU_D2PLL_POST_MASK (0x3f << SCU_D2PLL_POST_SHIFT)
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c368 .post_div = SCU_D2PLL_POST_MASK >> SCU_D2PLL_POST_SHIFT, in ast2500_configure_d2pll()
389 | (div_cfg.post_div << SCU_D2PLL_POST_SHIFT), in ast2500_configure_d2pll()