Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dclock.c151 pllctl_reg_setbits(data->pll, ctl, PLLCTL_PLLRST_MASK); in configure_main_pll()
153 pllctl_reg_clrbits(data->pll, ctl, PLLCTL_PLLRST_MASK); in configure_main_pll()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h73 #define PLLCTL_PLLRST_MASK BIT(3) macro