Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dclock_sun6i.h260 #define CCM_PLL5_TUN_INIT_FREQ(x) (((x) & 0x7f) << 16) macro
261 #define CCM_PLL5_TUN_INIT_FREQ_MASK CCM_PLL5_TUN_INIT_FREQ(0x7f)
/external/u-boot/arch/arm/mach-sunxi/
Dclock_sun6i.c191 CCM_PLL5_TUN_LOCK_TIME(2) | CCM_PLL5_TUN_INIT_FREQ(16)); in clock_set_pll5()