Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dscg.h174 #define SCG1_SPLL_CFG_MULT_MASK ((0x7FUL) << SCG_PLL_CFG_MULT_SHIFT) macro
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dscg.c491 mult = (reg & SCG1_SPLL_CFG_MULT_MASK) >> in decode_pll()