Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h114 #define CFG_PLLCTL0_PLLM_HI_MASK (0x7f << 12) macro
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dclock.c291 mult = ((tmp & CFG_PLLCTL0_PLLM_HI_MASK) >> in pll_freq_get()