Home
last modified time | relevance | path

Searched refs:PLL_LOCK (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dpipe3-phy.c39 #define PLL_LOCK 0x2 macro
94 if (val & PLL_LOCK) in omap_pipe3_wait_lock()
98 if (!(val & PLL_LOCK)) { in omap_pipe3_wait_lock()
179 if (!(val & PLL_LOCK)) { in phy_pipe3_power_on()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dclock.c190 0x00000007, PLL_LOCK); in dpll3_init_34xx()
281 clrsetbits_le32(&prcm_base->clken_pll, 0x00070000, PLL_LOCK << 16); in dpll4_init_34xx()
305 clrsetbits_le32(&prcm_base->clken2_pll, 0x00000007, PLL_LOCK); in dpll5_init_34xx()
368 0x00000007, PLL_LOCK); in iva_init_34xx()
440 0x00000007, PLL_LOCK); in dpll3_init_36xx()
521 clrsetbits_le32(&prcm_base->clken_pll, 0x00070000, PLL_LOCK << 16); in dpll4_init_36xx()
543 clrsetbits_le32(&prcm_base->clken2_pll, 0x00000007, PLL_LOCK); in dpll5_init_36xx()
590 clrsetbits_le32(&prcm_base->clken_pll_iva2, 0x00000007, PLL_LOCK); in iva_init_36xx()
659 0x00000007, PLL_LOCK); in prcm_init()
691 0x00000007, PLL_LOCK); in prcm_init()
/rk3399_rockchip-uboot/drivers/phy/
H A Dti-pipe3-phy.c38 #define PLL_LOCK 0x2 macro
116 if (val & PLL_LOCK) in omap_pipe3_wait_lock()
120 if (!(val & PLL_LOCK)) { in omap_pipe3_wait_lock()
202 if (!(val & PLL_LOCK)) { in pipe3_init()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dinno_video_phy.c20 #define PLL_LOCK BIT(1) macro
148 status & PLL_LOCK, 100000); in inno_video_phy_power_on()
H A Danalogix_dp.h388 #define PLL_LOCK (0x1 << 4) macro
H A Dsamsung_mipi_dcphy.c64 #define PLL_LOCK BIT(0) macro
1470 sts, (sts & PLL_LOCK), 20000); in samsung_mipi_dcphy_pll_enable()
H A Danalogix_dp_reg.c243 if (reg & PLL_LOCK) in analogix_dp_get_pll_lock_status()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dti_usb_phy.c50 #define PLL_LOCK 0x2 macro
139 if (val & PLL_LOCK) in ti_usb3_dpll_wait_lock()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dxhci-omap.h47 #define PLL_LOCK 0x2 macro
/rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/
H A Dclock_ti814x.c133 #define PLL_LOCK (0x1 << 0) macro
357 while (((readl(&spll->pllstatus) & PLL_LOCK) == 0)) in sata_pll_config()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/
H A Dclocks_omap3.h14 #define PLL_LOCK 7 /* MPU, IVA, CORE & PER */ macro
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_cru.h31 #define PLL_LOCK BIT(10) macro
H A Drk628_cru.c165 if (val & PLL_LOCK) in rk628_cru_clk_set_rate_pll()
267 if (val & PLL_LOCK) in rk628_cru_clk_set_rate_pll()
/rk3399_rockchip-uboot/drivers/usb/phy/
H A Domap_usb_phy.c74 if (val & PLL_LOCK) in omap_usb_dpll_relock()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h395 #define PLL_LOCK (0x1 << 4) macro
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Ddp.h307 #define PLL_LOCK (0x1 << 4) macro
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_edp.c110 return val & PLL_LOCK; in rk_edp_get_pll_locked()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c249 if (reg & PLL_LOCK) in exynos_dp_get_pll_lock_status()