| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | pipe3-phy.c | 39 #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 D | clock.c | 190 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 D | ti-pipe3-phy.c | 38 #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 D | inno_video_phy.c | 20 #define PLL_LOCK BIT(1) macro 148 status & PLL_LOCK, 100000); in inno_video_phy_power_on()
|
| H A D | analogix_dp.h | 388 #define PLL_LOCK (0x1 << 4) macro
|
| H A D | samsung_mipi_dcphy.c | 64 #define PLL_LOCK BIT(0) macro 1470 sts, (sts & PLL_LOCK), 20000); in samsung_mipi_dcphy_pll_enable()
|
| H A D | analogix_dp_reg.c | 243 if (reg & PLL_LOCK) in analogix_dp_get_pll_lock_status()
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | ti_usb_phy.c | 50 #define PLL_LOCK 0x2 macro 139 if (val & PLL_LOCK) in ti_usb3_dpll_wait_lock()
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | xhci-omap.h | 47 #define PLL_LOCK 0x2 macro
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/ |
| H A D | clock_ti814x.c | 133 #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 D | clocks_omap3.h | 14 #define PLL_LOCK 7 /* MPU, IVA, CORE & PER */ macro
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_cru.h | 31 #define PLL_LOCK BIT(10) macro
|
| H A D | rk628_cru.c | 165 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 D | omap_usb_phy.c | 74 if (val & PLL_LOCK) in omap_usb_dpll_relock()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | edp_rk3288.h | 395 #define PLL_LOCK (0x1 << 4) macro
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp.h | 307 #define PLL_LOCK (0x1 << 4) macro
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_edp.c | 110 return val & PLL_LOCK; in rk_edp_get_pll_locked()
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_dp_lowlevel.c | 249 if (reg & PLL_LOCK) in exynos_dp_get_pll_lock_status()
|