Searched refs:PLL_LOCK (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/arch/arm/mach-omap2/omap3/ |
D | clock.c | 189 0x00000007, PLL_LOCK); in dpll3_init_34xx() 280 clrsetbits_le32(&prcm_base->clken_pll, 0x00070000, PLL_LOCK << 16); in dpll4_init_34xx() 304 clrsetbits_le32(&prcm_base->clken2_pll, 0x00000007, PLL_LOCK); in dpll5_init_34xx() 367 0x00000007, PLL_LOCK); in iva_init_34xx() 439 0x00000007, PLL_LOCK); in dpll3_init_36xx() 520 clrsetbits_le32(&prcm_base->clken_pll, 0x00070000, PLL_LOCK << 16); in dpll4_init_36xx() 542 clrsetbits_le32(&prcm_base->clken2_pll, 0x00000007, PLL_LOCK); in dpll5_init_36xx() 589 clrsetbits_le32(&prcm_base->clken_pll_iva2, 0x00000007, PLL_LOCK); in iva_init_36xx() 658 0x00000007, PLL_LOCK); in prcm_init() 690 0x00000007, PLL_LOCK); in prcm_init()
|
/external/u-boot/arch/arm/mach-omap2/ |
D | pipe3-phy.c | 38 #define PLL_LOCK 0x2 macro 93 if (val & PLL_LOCK) in omap_pipe3_wait_lock() 97 if (!(val & PLL_LOCK)) { in omap_pipe3_wait_lock() 178 if (!(val & PLL_LOCK)) { in phy_pipe3_power_on()
|
/external/u-boot/drivers/phy/ |
D | ti-pipe3-phy.c | 37 #define PLL_LOCK 0x2 macro 115 if (val & PLL_LOCK) in omap_pipe3_wait_lock() 119 if (!(val & PLL_LOCK)) { in omap_pipe3_wait_lock() 201 if (!(val & PLL_LOCK)) { in pipe3_init()
|
/external/u-boot/drivers/usb/dwc3/ |
D | ti_usb_phy.c | 50 #define PLL_LOCK 0x2 macro 139 if (val & PLL_LOCK) in ti_usb3_dpll_wait_lock()
|
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | clock_ti814x.c | 132 #define PLL_LOCK (0x1 << 0) macro 356 while (((readl(&spll->pllstatus) & PLL_LOCK) == 0)) in sata_pll_config()
|
/external/u-boot/include/linux/usb/ |
D | xhci-omap.h | 46 #define PLL_LOCK 0x2 macro
|
/external/u-boot/arch/arm/include/asm/arch-omap3/ |
D | clocks_omap3.h | 13 #define PLL_LOCK 7 /* MPU, IVA, CORE & PER */ macro
|
/external/u-boot/drivers/usb/phy/ |
D | omap_usb_phy.c | 73 if (val & PLL_LOCK) in omap_usb_dpll_relock()
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | edp_rk3288.h | 394 #define PLL_LOCK (0x1 << 4) macro
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
D | dp.h | 306 #define PLL_LOCK (0x1 << 4) macro
|
/external/u-boot/drivers/video/rockchip/ |
D | rk_edp.c | 107 return val & PLL_LOCK; in rk_edp_get_pll_locked()
|
/external/u-boot/drivers/video/exynos/ |
D | exynos_dp_lowlevel.c | 246 if (reg & PLL_LOCK) in exynos_dp_get_pll_lock_status()
|