Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c180 while (!(readl(&ccm->pll3_cfg) & CCM_PLL3_CTRL_LOCK)) in clock_set_pll3_factors()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun6i.h219 #define CCM_PLL3_CTRL_LOCK (0x1 << 28) macro