Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2400.h98 #define SCU_D2PLL_SIP_SHIFT 27 macro
99 #define SCU_D2PLL_SIP_MASK (0x1f << SCU_D2PLL_SIP_SHIFT)
H A Dscu_ast2500.h101 #define SCU_D2PLL_SIP_SHIFT 27 macro
102 #define SCU_D2PLL_SIP_MASK (0x1f << SCU_D2PLL_SIP_SHIFT)
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c385 writel((d2_pll_sip << SCU_D2PLL_SIP_SHIFT) in ast2500_configure_d2pll()