Searched refs:DPLL_LOCK (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | clocks-common.c | 340 do_setup_dpll((*prcm)->cm_clkmode_dpll_mpu, params, DPLL_LOCK, "mpu"); in configure_mpu_dpll() 370 do_setup_dpll((*prcm)->cm_clkmode_dpll_usb, params, DPLL_LOCK, "usb"); in setup_usb_dpll() 395 DPLL_LOCK, "core"); in setup_dplls() 406 params, DPLL_LOCK, "per"); in setup_dplls() 418 params, DPLL_LOCK, "ddr"); in setup_dplls() 423 DPLL_LOCK, "gmac"); in setup_dplls()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/ |
| H A D | clock.h | 207 #define DPLL_LOCK 1 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | usb.c | 541 #define DPLL_LOCK (1 << 0) macro 604 while (!(omap_readw(ULPD_DPLL_CTRL) & DPLL_LOCK)) in omap_1510_usb_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/ |
| H A D | clock.h | 384 #define DPLL_LOCK 1 macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | cdv_intel_display.c | 771 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set() 776 if (!(REG_READ(map->dpll) & DPLL_LOCK)) { in cdv_intel_crtc_mode_set()
|
| H A D | psb_intel_reg.h | 242 #define DPLL_LOCK (1 << 15) /* CDV */ macro
|
| /OK3568_Linux_fs/kernel/drivers/clk/samsung/ |
| H A D | clk-exynos5420.c | 32 #define DPLL_LOCK 0x10030 macro 1466 [dpll] = PLL(pll_2550, CLK_FOUT_DPLL, "fout_dpll", "fin_pll", DPLL_LOCK,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | display.c | 382 vgpu_vreg_t(vgpu, DPLL_STATUS) = DPLL_LOCK(DPLL_ID_SKL_DPLL0); in emulate_monitor_status_change()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_dpll_mgr.c | 1196 if (intel_de_wait_for_set(dev_priv, DPLL_STATUS, DPLL_LOCK(id), 5)) in skl_ddi_pll_enable()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_reg.h | 10243 #define DPLL_LOCK(id) (1 << ((id) * 8)) macro
|