Home
last modified time | relevance | path

Searched defs:CCM_PLL5_CTRL_M (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun4i.h216 #define CCM_PLL5_CTRL_M(n) (((n) & 0x3) << 0) macro
H A Dclock_sun6i.h222 #define CCM_PLL5_CTRL_M(n) ((((n) - 1) & 0x3) << 0) macro