Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c274 while (!(readl(&ccm->pll10_cfg) & CCM_PLL10_CTRL_LOCK)) in clock_set_pll10()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun6i.h258 #define CCM_PLL10_CTRL_LOCK (0x1 << 28) macro