Searched refs:PLL_LOCK (Results 1 - 10 of 10) sorted by relevance

/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c188 0x00000007, PLL_LOCK);
279 clrsetbits_le32(&prcm_base->clken_pll, 0x00070000, PLL_LOCK << 16);
303 clrsetbits_le32(&prcm_base->clken2_pll, 0x00000007, PLL_LOCK);
366 0x00000007, PLL_LOCK);
438 0x00000007, PLL_LOCK);
519 clrsetbits_le32(&prcm_base->clken_pll, 0x00070000, PLL_LOCK << 16);
541 clrsetbits_le32(&prcm_base->clken2_pll, 0x00000007, PLL_LOCK);
588 clrsetbits_le32(&prcm_base->clken_pll_iva2, 0x00000007, PLL_LOCK);
657 0x00000007, PLL_LOCK);
689 0x00000007, PLL_LOCK);
[all...]
/u-boot/include/linux/usb/
H A Dxhci-omap.h46 #define PLL_LOCK 0x2 macro
/u-boot/drivers/power/domain/
H A Dimx8mp-hsiomix.c28 #define PLL_LOCK BIT(13) macro
162 val & PLL_LOCK, 10, 100000);
/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c53 #define PLL_LOCK 0x2 macro
142 if (val & PLL_LOCK)
/u-boot/drivers/phy/
H A Dti-pipe3-phy.c42 #define PLL_LOCK 0x2 macro
209 if (val & PLL_LOCK)
213 if (!(val & PLL_LOCK)) {
351 if (!(val & PLL_LOCK)) {
/u-boot/arch/arm/include/asm/arch-omap3/
H A Dclocks_omap3.h13 #define PLL_LOCK 7 /* MPU, IVA, CORE & PER */ macro
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h397 #define PLL_LOCK (0x1 << 4) macro
/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h306 #define PLL_LOCK (0x1 << 4) macro
/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c248 if (reg & PLL_LOCK)
/u-boot/drivers/video/rockchip/
H A Drk_edp.c135 return val & PLL_LOCK;

Completed in 190 milliseconds