Home
last modified time | relevance | path

Searched refs:pll_stable_status (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-sunxi/
Dclock_sun8i_a83t.c28 while (!(readl(&ccm->pll_stable_status) & (1 << 8))) {} in clock_init_safe()
40 while (!(readl(&ccm->pll_stable_status) & (1 << 6))) {} in clock_init_safe()
91 while (!(readl(&ccm->pll_stable_status) & 0x01)) {} in clock_set_pll1()
96 while (!(readl(&ccm->pll_stable_status) & 0x02)) {} in clock_set_pll1()
Dclock_sun9i.c142 do { } while (!(readl(&ccm->pll_stable_status) & PLL_DDR_STATUS)); in clock_set_pll6()
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dclock_sun9i.h40 u32 pll_stable_status; /* 0x9c */ member
Dclock_sun8i_a83t.h93 u32 pll_stable_status; /* 0x20c PLL stable status register */ member