Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-keystone/include/mach/
Dclock_defs.h92 #define PLLDIV_ENABLE_MASK BIT(15) macro
/external/u-boot/arch/arm/mach-keystone/
Dclock.c135 __raw_writel(divn_val[i] | PLLDIV_ENABLE_MASK, offset); in configure_main_pll()