Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds