Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dclock.c46 if (!(pllctl_reg_read(data->pll, stat) & PLLSTAT_GOSTAT_MASK)) in wait_for_completion()
146 pllctl_reg_setbits(data->pll, cmd, PLLSTAT_GOSTAT_MASK); in configure_main_pll()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h103 #define PLLSTAT_GOSTAT_MASK BIT(0) macro