Home
last modified time | relevance | path

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

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