Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dclock.c54 PLLCTL_PLLEN_MASK); in bypass_main_pll()
158 pllctl_reg_setbits(data->pll, ctl, PLLCTL_PLLEN_MASK); in configure_main_pll()
287 if (pllctl_reg_read(pll, ctl) & PLLCTL_PLLEN_MASK) { in pll_freq_get()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h77 #define PLLCTL_PLLEN_MASK BIT(0) macro